Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn't
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 22 Jul 2011 00:15:10 +0000 (00:15 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Fri, 22 Jul 2011 00:15:10 +0000 (00:15 +0000)
commitc41e5935095de27743c99321890e7a9a26d55aab
tree22f91c03f047a00bef03245b33279e9349f1fbc1
parent6683efb4cdb12785d19100e69f597156e434b9f4
Remove the 128-bit special handling from SCALAR_TO_VECTOR. This isn't
the way to go. Doing this here will prevent several node matches later,
and would have to force looking all the way through several
VINSERTF128/VEXTRACTF128 chains to optimize simple things.

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