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
+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
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 } } */