SimplifyDemandedBits - Remove duplicate getOperand() call. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 28 Dec 2019 16:41:47 +0000 (16:41 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 28 Dec 2019 16:42:50 +0000 (16:42 +0000)
commit34769e0783586c0502567785656ef3c60ef08395
treecd40785414b238af2c4e26324c1d911442ea5265
parent128f39da932be50cb49646084820119e6e0d1e22
SimplifyDemandedBits - Remove duplicate getOperand() call. NFC.

Pulled out from D56387 - cleanup variable names, move shift amount legalization inside if() of its only user and remove duplicate getOperand() call.
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp