[InstCombine] FoldShiftByConstant - create Scalar/Vector constant with ConstantInt...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 12 Oct 2020 17:39:30 +0000 (18:39 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 12 Oct 2020 17:39:45 +0000 (18:39 +0100)
commit4ff71362683b159903b3908f5c9f949d2fe7656d
treed784803e0363c74d9ce71333374c0648593b03aa
parent1b962fdd5f365a10684d9f70d703ae101c20d37a
[InstCombine] FoldShiftByConstant - create Scalar/Vector constant with ConstantInt::get(). NFCI.

There's no need to create constant vector splats manually - missed this one in rG24dd0cd1edd5
llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp