|
@@ -1,4 +1,4 @@
|
|
-From 7c11710230921246156aecc20eb4b6ccaeaaa473 Mon Sep 17 00:00:00 2001
|
|
|
|
|
|
+From 28623c81b50663e946790649352cb1b3ed23954d Mon Sep 17 00:00:00 2001
|
|
From: Max Filippov <jcmvbkbc@gmail.com>
|
|
From: Max Filippov <jcmvbkbc@gmail.com>
|
|
Date: Tue, 24 Sep 2019 04:15:17 -0700
|
|
Date: Tue, 24 Sep 2019 04:15:17 -0700
|
|
Subject: [PATCH] xtensa: fix PR target/91880
|
|
Subject: [PATCH] xtensa: fix PR target/91880
|
|
@@ -15,14 +15,16 @@ gcc/
|
|
block that precedes the loop is empty.
|
|
block that precedes the loop is empty.
|
|
|
|
|
|
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
|
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
|
|
|
|
+[Romain: rebase on gcc 8.4.0]
|
|
|
|
+Signed-off-by: Romain Naour <romain.naour@smile.fr>
|
|
---
|
|
---
|
|
Backported from: r276166
|
|
Backported from: r276166
|
|
|
|
|
|
- gcc/config/xtensa/xtensa.c | 5 ++--
|
|
|
|
|
|
+ gcc/config/xtensa/xtensa.c | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
|
|
diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c
|
|
diff --git a/gcc/config/xtensa/xtensa.c b/gcc/config/xtensa/xtensa.c
|
|
-index ee5612441e25..2527468d57db 100644
|
|
|
|
|
|
+index 08f9f7c7a8f..de206527810 100644
|
|
--- a/gcc/config/xtensa/xtensa.c
|
|
--- a/gcc/config/xtensa/xtensa.c
|
|
+++ b/gcc/config/xtensa/xtensa.c
|
|
+++ b/gcc/config/xtensa/xtensa.c
|
|
@@ -4232,7 +4232,9 @@ hwloop_optimize (hwloop_info loop)
|
|
@@ -4232,7 +4232,9 @@ hwloop_optimize (hwloop_info loop)
|
|
@@ -45,5 +47,5 @@ index ee5612441e25..2527468d57db 100644
|
|
|| (NOTE_P (entry_after)
|
|
|| (NOTE_P (entry_after)
|
|
&& NOTE_KIND (entry_after) != NOTE_INSN_BASIC_BLOCK))
|
|
&& NOTE_KIND (entry_after) != NOTE_INSN_BASIC_BLOCK))
|
|
--
|
|
--
|
|
-2.11.0
|
|
|
|
|
|
+2.24.1
|
|
|
|
|