aarch64: Disable mem-shift-canonical test on ILP32
authorAlex Coplan <alex.coplan@arm.com>
Fri, 28 Aug 2020 09:30:59 +0000 (10:30 +0100)
committerAlex Coplan <alex.coplan@arm.com>
Fri, 28 Aug 2020 09:31:08 +0000 (10:31 +0100)
commit43f3e695699cb4bde7824f9d05bd618f13d2c8b8
tree4c192a0d79e10156022666ed3c7eba8f8dd4731b
parent9d463ce7f983f03f0d65da03cfa430e29a0840c2
aarch64: Disable mem-shift-canonical test on ILP32

This test fails on ILP32 since we're looking for a pattern that could
only be hit on LP64. Disabling the test on ILP32 since the problematic
mult pattern was never hit there, so there's nothing to test.

gcc/testsuite/ChangeLog:

* gcc.target/aarch64/mem-shift-canonical.c: Skip on ILP32.
gcc/testsuite/gcc.target/aarch64/mem-shift-canonical.c