[X86] Correct the predicate on some patterns for 128 and 256 EVEX versions of VCVTPS2PH.
authorCraig Topper <craig.topper@gmail.com>
Wed, 12 Feb 2020 07:13:28 +0000 (23:13 -0800)
committerCraig Topper <craig.topper@gmail.com>
Wed, 12 Feb 2020 07:26:29 +0000 (23:26 -0800)
commit3988b7046a5c998deacde3b89187d6e2eb76154d
treeefae2fbf22005daf26e758a4484ca982370f52cb
parent07e50c7b9161e32c43e095aed586614bf8b02c71
[X86] Correct the predicate on some patterns for 128 and 256 EVEX versions of VCVTPS2PH.

These should require AVX512VL not AVX512F. The legacy VEX patterns
will match first unless AVX512VL is enabled so this doesn't cause
a functional issue.
llvm/lib/Target/X86/X86InstrAVX512.td