]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[PATCH 43/61] Disable ssa-dom-cse-2.c for MIPS lp64
authorMatthew Fortune <matthew.fortune@imgtec.com>
Mon, 21 Apr 2025 15:46:44 +0000 (09:46 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Mon, 21 Apr 2025 15:47:16 +0000 (09:47 -0600)
The optimisation to reduce the result to constant 28 still happens
but only much later in combine.

gcc/testsuite/
* gcc.dg/tree-ssa/ssa-dom-cse-2.c: Do not check output for
MIPS lp64 abi.

gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c

index a879d3059714a3c077539b7d2cd81f573f788960..6fa52f6fb9b4a6f474ac2dd8cbe4a854becf3672 100644 (file)
@@ -27,4 +27,4 @@ foo ()
    but the loop reads only one element at a time, and DOM cannot resolve these.
    The same happens on powerpc depending on the SIMD support available.  */
 
-/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* nvptx*-*-* mmix-knuth-mmixware } || { { { lp64 && { powerpc*-*-* sparc*-*-* riscv*-*-* } } || aarch64_sve } || { arm*-*-* && { ! arm_neon } } } } } } } */
+/* { dg-final { scan-tree-dump "return 28;" "optimized" { xfail { { alpha*-*-* hppa*64*-*-* nvptx*-*-* mmix-knuth-mmixware } || { { { lp64 && { mips*-*-* powerpc*-*-* sparc*-*-* riscv*-*-* } } || aarch64_sve } || { arm*-*-* && { ! arm_neon } } } } } } } */