Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM - although its probably best that the test is committed separately as its not dependent on the NFC code change.
Paths
| Differential D129103
[InstCombine] [NFC] use C.isNegatedPowerOf2() instead of (~C + 1).isPowerOf2() ClosedPublic Authored by Chenbing.Zheng on Jul 4 2022, 7:56 PM.
Details
Diff Detail
Event TimelineComment Actions LGTM - although its probably best that the test is committed separately as its not dependent on the NFC code change. This revision is now accepted and ready to land.Jul 5 2022, 1:24 AM Comment Actions
OK,I will separate it when I commit. This revision was landed with ongoing or failed builds.Jul 5 2022, 2:05 AM Closed by commit rGb66220f25aea: [InstCombine] [NFC] use C.isNegatedPowerOf2() instead of (~C + 1).isPowerOf2() (authored by Chenbing.Zheng). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 442168 llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/test/Transforms/InstCombine/lshr-and-negC-icmpeq-zero.ll
|