Make x86-64 64-bit bitconvert work when SSE is not available.
authorDale Johannesen <dalej@apple.com>
Sun, 16 May 2010 18:22:38 +0000 (18:22 +0000)
committerDale Johannesen <dalej@apple.com>
Sun, 16 May 2010 18:22:38 +0000 (18:22 +0000)
commitf9b22429278412fda6e1cae3f5727dbc61ff6770
tree4ae4698002edc004c925f720316a0aee10764792
parentbd91ea53f823fe71c0b67b9a4552984a8b361820
Make x86-64 64-bit bitconvert work when SSE is not available.
(This worked as of about 6 months ago and I didn't track down
exactly what broke it; I think this fix is appropriate.)

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