PR2598: make sure to expand illegal forms of integer/floating-point
authorEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 03:57:58 +0000 (03:57 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sat, 6 Jun 2009 03:57:58 +0000 (03:57 +0000)
commit23ef1055808c2bcf5aa29d63b87f5d3aa5da5992
treea2d8a62782cd1693d0a42c468e45d9928507f6bb
parentf5b0c5a1c735dd2a6027edcca83cddc6d755bdc2
PR2598: make sure to expand illegal forms of integer/floating-point
conversions for x86, like <2 x i32> -> <2 x float> and <4 x i16> ->
<4 x float>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72983 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2009-06-05-sitofpCrash.ll [new file with mode: 0644]