This patch refactors the logic in ValueTracking.cpp so that
computeKnownBitsForMul now uses a helper function from KnownBits.
NFC
Paths
| Differential D88935
[KnownBits] Add a computeForMul method ClosedPublic Authored by qcolombet on Oct 6 2020, 4:20 PM.
Details Summary This patch refactors the logic in ValueTracking.cpp so that NFC
Diff Detail
Event TimelineComment Actions Looks good to me.
This revision is now accepted and ready to land.Oct 6 2020, 11:31 PM
This revision was landed with ongoing or failed builds.Oct 8 2020, 11:35 AM Closed by commit rG9431f8ad2e03: [KnownBits] Add a computeForMul method (authored by qcolombet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 297024 llvm/include/llvm/Support/KnownBits.h
llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/Support/KnownBits.cpp
llvm/unittests/Support/KnownBitsTest.cpp
|
Please move it here though, closer to similar ones.