forked from OSchip/llvm-project
[X86] Pair a NoVLX with HasAVX512 to match the others and remove a unique predicate check in the isel tables. NFC
llvm-svn: 254191
This commit is contained in:
parent
522eb9c57d
commit
e38c57a4b8
|
@ -5467,7 +5467,7 @@ defm VCVTQQ2PS : avx512_cvtqq2ps<0x5B, "vcvtqq2ps", sint_to_fp,
|
|||
defm VCVTUQQ2PS : avx512_cvtqq2ps<0x7A, "vcvtuqq2ps", uint_to_fp,
|
||||
X86VUlongToFpRnd>, VEX_W, XD, EVEX_CD8<64, CD8VF>;
|
||||
|
||||
let Predicates = [NoVLX] in {
|
||||
let Predicates = [HasAVX512, NoVLX] in {
|
||||
def : Pat<(v8i32 (fp_to_uint (v8f32 VR256X:$src1))),
|
||||
(EXTRACT_SUBREG (v16i32 (VCVTTPS2UDQZrr
|
||||
(v16f32 (SUBREG_TO_REG (i32 0), VR256X:$src1, sub_ymm)))), sub_ymm)>;
|
||||
|
|
Loading…
Reference in New Issue