]> granicus.if.org Git - llvm/commit
[X86] Remove unneeded isel pattern for v4f32->v4i32 fp_to_sint and conversion to...
authorCraig Topper <craig.topper@intel.com>
Thu, 15 Aug 2019 05:52:02 +0000 (05:52 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 15 Aug 2019 05:52:02 +0000 (05:52 +0000)
commit1cf15b7cac5b881ca9c06ecbb8115579593d9ebe
tree6a7f936fd490a1f15c396eaccd6297c36d394c0f
parent5016adc66159153df106415f066fb875d1a9ffb5
[X86] Remove unneeded isel pattern for v4f32->v4i32 fp_to_sint and conversion to MMX.

fp_to_sint is turned into X86cvttp2si during isel preprocessing.
The other redundant isel patterns were removed previously, but I
missed this one because its in the MMX td file.

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