]> granicus.if.org Git - llvm/commit
[X86] Fix some VCVTPS2PH isel patterns where 'i32' was used instead of 'timm'
authorCraig Topper <craig.topper@intel.com>
Sun, 22 Sep 2019 20:08:57 +0000 (20:08 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 22 Sep 2019 20:08:57 +0000 (20:08 +0000)
commit8d0c7d286d6d2da94231868e0f77dfbbd4927678
treecce3d315ccb690ff4aa441559f4bf361de2719c0
parent9e847d733b38476fd598890fb1f5e8ccebd8ce63
[X86] Fix some VCVTPS2PH isel patterns where 'i32' was used instead of 'timm'

This seems to have completed omitted any check for the opcode
of the operand in the isel table.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372526 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrAVX512.td
lib/Target/X86/X86InstrSSE.td