OSDN Git Service

Fix type-checking for load transformation which is not legal on floating-point types...
authorEli Friedman <eli.friedman@gmail.com>
Wed, 28 Dec 2011 21:24:44 +0000 (21:24 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 28 Dec 2011 21:24:44 +0000 (21:24 +0000)
commitda813f420907ad29802ce9e80238258a48385212
tree3c94397f8aa10378a5177d19b7fed7719c58c700
parenteaf0608891cff27fe4cf08d180a6baf49e00f8ae
Fix type-checking for load transformation which is not legal on floating-point types.  PR11674.

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