[ValueTracking] Update computeKnownBitsFromShiftOperator callbacks to take KnownBits...
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 12 Nov 2020 16:56:40 +0000 (16:56 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 12 Nov 2020 16:56:55 +0000 (16:56 +0000)
commitf72d350bfb6a2250cc7b8d54c8b412821426cdc5
tree895e3bea2250ceafa95b1f6372536c73f9f9caef
parent40a42f9f3fe9bf34f2d365705e72f12960cbb16c
[ValueTracking] Update computeKnownBitsFromShiftOperator callbacks to take KnownBits shift amount. NFCI.

We were creating this internally, but will need to support general KnownBits amounts as part of D90479.
llvm/lib/Analysis/ValueTracking.cpp