Commit 12007097 by Kito Cheng

RISC-V: Fix testsuite regression due to recent IRA changes.

parent 1f520d34
2020-03-06 Kito Cheng <kito.cheng@sifive.com>
* gcc.target/riscv/pr93304.c: Update expected output and comment.
2020-03-06 Delia Burduv <delia.burduv@arm.com> 2020-03-06 Delia Burduv <delia.burduv@arm.com>
* gcc.target/aarch64/advsimd-intrinsics/bfcvt-compile.c: New test. * gcc.target/aarch64/advsimd-intrinsics/bfcvt-compile.c: New test.
......
...@@ -13,7 +13,6 @@ foo (void) ...@@ -13,7 +13,6 @@ foo (void)
/* Register rename will try to use registers from the lower register /* Register rename will try to use registers from the lower register
regradless of the REG_ALLOC_ORDER. regradless of the REG_ALLOC_ORDER.
In theory, t0-t6 should not used in such small program if regrename In theory, t2 should not used in such small program if regrename
not executed incorrectly, because a5-a0 has higher priority in not executed incorrectly, because t0-a2 should be enough. */
REG_ALLOC_ORDER. */ /* { dg-final { scan-assembler-not "t2" } } */
/* { dg-final { scan-assembler-not "t\[0-6\]" } } */
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