diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2023-10-24 11:03:21 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-10-24 11:03:21 +0100 |
commit | cc4779559bea982f9307a8bc1cb017b8eda28d6d (patch) | |
tree | 1a78bb131f4d7cc5aa643b5f1b166eb9797692e6 /gcc/tree-ssa-phiopt.cc | |
parent | 21416caf221fae4351319ef8ca8d41c0234bdfa7 (diff) | |
download | gcc-cc4779559bea982f9307a8bc1cb017b8eda28d6d.zip gcc-cc4779559bea982f9307a8bc1cb017b8eda28d6d.tar.gz gcc-cc4779559bea982f9307a8bc1cb017b8eda28d6d.tar.bz2 |
i386: Fix unprotected REGNO in aeswidekl_operation
I hit an ICE in aeswidekl_operation while testing the late-combine
pass on x86. The predicate tested REGNO without first testing REG_P.
gcc/
* config/i386/predicates.md (aeswidekl_operation): Protect
REGNO check with REG_P.
Diffstat (limited to 'gcc/tree-ssa-phiopt.cc')
0 files changed, 0 insertions, 0 deletions