Use X86ISD::MOVSS and MOVSD to represent the movl mask pattern, also fix the handling...
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 31 Aug 2010 02:26:40 +0000 (02:26 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 31 Aug 2010 02:26:40 +0000 (02:26 +0000)
commit20a07f422de575156f194ca02d4920f8c084e992
tree0c9c53952d35c39a1207231f4450247bff37c4c2
parentdc90804a402b9d617c154625e04a74ebd7fe3599
Use X86ISD::MOVSS and MOVSD to represent the movl mask pattern, also fix the handling of those nodes when seeking for scalars inside vector shuffles

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