Commit 76d7e3f0 by Steve Ellcey Committed by Steve Ellcey

re PR rtl-optimization/87763 (aarch64 target testcases fail after r265398)

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
parent f0a8f6bc
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
......
......@@ -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 } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment