]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000: Modify test case after mode promotion disabled
authorHaochen Gui <guihaoc@gcc.gnu.org>
Fri, 31 Mar 2023 04:51:32 +0000 (12:51 +0800)
committerHaochen Gui <guihaoc@gcc.gnu.org>
Mon, 3 Apr 2023 03:14:29 +0000 (11:14 +0800)
gcc/testsuite/
PR target/102146
* gcc.target/powerpc/pr56605.c: Modify the match pattern for dump
scan.

gcc/testsuite/gcc.target/powerpc/pr56605.c

index 7695f87db6f66094177f98ad22fd37773e3dc3a1..651a88e3cc7f97737def865aca2b3dc5204b4750 100644 (file)
@@ -11,5 +11,4 @@ void foo (short* __restrict sb, int* __restrict ia)
     ia[i] = (int) sb[i];
 }
 
-/* { dg-final { scan-rtl-dump-times {\(compare:CC \((?:and|zero_extend):(?:[SD]I) \((?:sub)?reg:[SD]I} 1 "combine" } } */
-
+/* { dg-final { scan-rtl-dump-times {\(compare:CC \(and:SI \(subreg:SI \(reg:DI} 1 "combine" } } */