public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] [PR42093] [arm] [thumb2] disable tree-dce for test
@ 2022-12-01  7:40 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2022-12-01  7:40 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:91062e3e38f5b61998d30a51ea8404626b9482e6

commit 91062e3e38f5b61998d30a51ea8404626b9482e6
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Dec 1 04:38:47 2022 -0300

    [PR42093] [arm] [thumb2] disable tree-dce for test
    
    CD-DCE introduces blocks to share common PHI nodes, which replaces a
    backwards branch that used to prevent the thumb2 jump table shortening
    that PR42093 tested for.  In order to keep on testing that the
    backward branch prevents the jumptable shortening, disable tree-dce.
    
    
    for  gcc/testsuite/ChangeLog
    
            PR target/42093
            * gcc.target/arm/pr42093.c: Disable tree-dce.
    
    Change-Id: I1a22abe24d08cb91ee0a93aea8d09161da8a4b24
    TN: VB12-015

Diff:
---
 gcc/testsuite/gcc.target/arm/pr42093.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/pr42093.c b/gcc/testsuite/gcc.target/arm/pr42093.c
index 7ba2f933eef..69b1470607c 100644
--- a/gcc/testsuite/gcc.target/arm/pr42093.c
+++ b/gcc/testsuite/gcc.target/arm/pr42093.c
@@ -1,4 +1,4 @@
-/* { dg-options "-mthumb -O2 -fno-reorder-blocks" }  */
+/* { dg-options "-mthumb -O2 -fno-reorder-blocks -fno-tree-dce" }  */
 /* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-final { scan-assembler-not "tbb" } } */
 /* { dg-final { scan-assembler-not "tbh" } } */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] [PR42093] [arm] [thumb2] disable tree-dce for test
@ 2022-12-03  7:33 Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2022-12-03  7:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:328d9cf03dd2ad6c469478d2099f5eb16dbe617a

commit 328d9cf03dd2ad6c469478d2099f5eb16dbe617a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Fri Dec 2 03:28:05 2022 -0300

    [PR42093] [arm] [thumb2] disable tree-dce for test
    
    CD-DCE introduces blocks to share common PHI nodes, which replaces a
    backwards branch that used to prevent the thumb2 jump table shortening
    that PR42093 tested for.  In order to keep on testing that the
    backward branch prevents the jumptable shortening, disable tree-dce.
    
    
    for  gcc/testsuite/ChangeLog
    
            PR target/42093
            * gcc.target/arm/pr42093.c: Disable tree-dce.

Diff:
---
 gcc/testsuite/gcc.target/arm/pr42093.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/pr42093.c b/gcc/testsuite/gcc.target/arm/pr42093.c
index 7ba2f933eef..69b1470607c 100644
--- a/gcc/testsuite/gcc.target/arm/pr42093.c
+++ b/gcc/testsuite/gcc.target/arm/pr42093.c
@@ -1,4 +1,4 @@
-/* { dg-options "-mthumb -O2 -fno-reorder-blocks" }  */
+/* { dg-options "-mthumb -O2 -fno-reorder-blocks -fno-tree-dce" }  */
 /* { dg-require-effective-target arm_thumb2_ok } */
 /* { dg-final { scan-assembler-not "tbb" } } */
 /* { dg-final { scan-assembler-not "tbh" } } */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-03  7:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-01  7:40 [gcc(refs/users/aoliva/heads/testme)] [PR42093] [arm] [thumb2] disable tree-dce for test Alexandre Oliva
2022-12-03  7:33 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).