diff options
author | Kyrylo Tkachov <kyrylo.tkachov@arm.com> | 2016-11-07 11:43:57 +0000 |
---|---|---|
committer | Kyrylo Tkachov <ktkachov@gcc.gnu.org> | 2016-11-07 11:43:57 +0000 |
commit | e27bfda2fc621864fd0ffd2ba3a2cee38b3c7965 (patch) | |
tree | b0f153e7129725b8e57e7efb443bdddfc0ab95d2 /gcc/print-rtl.c | |
parent | 00d6b7a1a7959ba0814bd4e8af368efc2f351487 (diff) | |
download | gcc-e27bfda2fc621864fd0ffd2ba3a2cee38b3c7965.zip gcc-e27bfda2fc621864fd0ffd2ba3a2cee38b3c7965.tar.gz gcc-e27bfda2fc621864fd0ffd2ba3a2cee38b3c7965.tar.bz2 |
[AArch64] Fix PR target/77822: Use tighter predicates for zero_extract patterns
PR target/77822
* config/aarch64/aarch64.md (*tb<optab><mode>1): Use
aarch64_simd_shift_imm_<mode> predicate for operand 1.
(<optab>, ANY_EXTRACT): Use tighter predicates on operands 2 and 3
to restrict them to an appropriate range and add FAIL check if the
region they specify is out of range. Delete useless constraint
strings.
(*<optab><mode>, ANY_EXTRACT): Add appropriate predicates on operands
2 and 3 to restrict their range and add pattern predicate.
* g++.dg/torture/pr77822.C: New test.
From-SVN: r241898
Diffstat (limited to 'gcc/print-rtl.c')
0 files changed, 0 insertions, 0 deletions