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.
This commit is contained in:
parent
9d463ce7f9
commit
43f3e69569
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-Os -ftree-vectorize -dp" } */
|
||||
/* { dg-require-effective-target lp64 } */
|
||||
|
||||
|
||||
struct T
|
||||
|
|
Loading…
Add table
Reference in a new issue