Commit 81398293 by Richard Sandiford Committed by Richard Sandiford

[AArch64] Limit simd-abi-9.c function body test to LP64

On ILP32 targets, there's an extra UXTW instruction to extend
the incoming pointer before the load.  It doesn't seem worth
complicating the test for that, since all we're checking is
that an optimisation takes place, and that optimisation isn't
related to pointer size.

2019-10-08  Richard Sandiford  <richard.sandiford@arm.com>

gcc/testsuite/
	* gcc.target/aarch64/torture/simd-abi-9.c: Require LP64 for
	the function body test.

From-SVN: r276688
parent fbb2a6dc
2019-10-08 Richard Sandiford <richard.sandiford@arm.com>
* gcc.target/aarch64/torture/simd-abi-9.c: Require LP64 for
the function body test.
2019-10-08 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/torture/builtin-fp-int-inexact-c2x.c: New test.
......
......@@ -6,7 +6,7 @@
int callee (void);
/*
** caller:
** caller: { target lp64 }
** ldr (w[0-9]+), \[x0\]
** cbn?z \1, [^\n]*
** ...
......
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