re PR rtl-optimization/87763 (aarch64 target testcases fail after r265398)
authorSteve Ellcey <sellcey@marvell.com>
Thu, 11 Apr 2019 18:03:49 +0000 (18:03 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 11 Apr 2019 18:03:49 +0000 (18:03 +0000)
2018-04-11  Steve Ellcey  <sellcey@marvell.com>

PR rtl-optimization/87763
* gcc.target/aarch64/combine_bfxil.c: Change some bfxil checks
to bfi.

From-SVN: r270289

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/combine_bfxil.c

index b5094769dd8d1bf538dccdb9ef66288b13de4454..840df424cb2b068bde74c63346eea19defc7c48e 100644 (file)
@@ -1,3 +1,9 @@
+2018-04-11  Steve Ellcey  <sellcey@marvell.com>
+
+       PR rtl-optimization/87763
+       * gcc.target/aarch64/combine_bfxil.c: Change some bfxil checks
+       to bfi.
+
 2019-04-11  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/90020
index a2fb31c7446aba164b2e5d7315c84c1425e5d726..c3b5fc5880064f3f16cb4a2fb8648cef35e1f43b 100644 (file)
@@ -114,5 +114,5 @@ main (void)
   return 0;
 }
 
-/* { dg-final { scan-assembler-times "bfxil\\t" 7 } } */
-/* { dg-final { scan-assembler-times "bfi\\t" 11 } } */
+/* { dg-final { scan-assembler-times "bfxil\\t" 3 } } */
+/* { dg-final { scan-assembler-times "bfi\\t" 15 } } */