[X86] getShuffleScalarElt - consistently use SDValue. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 May 2020 15:02:48 +0000 (16:02 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 6 May 2020 17:13:33 +0000 (18:13 +0100)
commit8c71c2291e81b1348fdedbda7e7600c5c2eeed7c
treed302cf4953f04eccdf2d900cf2f3f5cd46248b51
parent2058c98715f6baf59fae1e1d617958cea39236b4
[X86] getShuffleScalarElt - consistently use SDValue. NFC.

We never need to call this from anything but ISD::SHUFFLE_VECTOR or target shuffles so shouldn't need to address SDNode directly.
llvm/lib/Target/X86/X86ISelLowering.cpp