Fix shuffle lowering code to stop creating temporary DAG nodes to do shuffle mask...
authorCraig Topper <craig.topper@gmail.com>
Sat, 11 Feb 2012 06:24:48 +0000 (06:24 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sat, 11 Feb 2012 06:24:48 +0000 (06:24 +0000)
commit39a9e485f2ed2aa84ced9ec98c97daf00bfaf510
tree5033f28f95cbad86e6957ac15d4fcbfb293cdb40
parent5637379000b9a40f2bfee8ea238dc0d3955535ce
Fix shuffle lowering code to stop creating temporary DAG nodes to do shuffle mask checks on. This seemed to be confusing things such that vector_shuffle ops to got through to iselection. This is another step towards removing the vector_shuffle handling patterns from isel.

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