]> granicus.if.org Git - llvm/commit
[X86] Disable custom type legalization for v2i32/v4i16/v8i8->f64 bitcast.
authorCraig Topper <craig.topper@intel.com>
Thu, 15 Aug 2019 05:51:54 +0000 (05:51 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 15 Aug 2019 05:51:54 +0000 (05:51 +0000)
commit38a1e61b8cbda6f591f399c3e6561a066564250f
treefda31b4e0955f57944a1a3b0d97e3937ed939f88
parent090e025bcd513b290e8369cf0cf862d15ddebd4a
[X86] Disable custom type legalization for v2i32/v4i16/v8i8->f64 bitcast.

The generic legalization handles this in the same way so just use
that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@368966 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp