Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101257
[InstCombine] C - ctpop(a) - > ctpop(~a)) if C is bitwidth (PR50104) ClosedPublic Authored by xbolva00 on Apr 25 2021, 8:09 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2021, 4:45 AM This revision was landed with ongoing or failed builds.Apr 26 2021, 6:41 AM Closed by commit rG691badc3d6a7: [InstCombine] C - ctpop(a) - > ctpop(~a)) if C is bitwidth (PR50104) (authored by xbolva00). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 340503 llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
llvm/test/Transforms/InstCombine/ctpop-cttz.ll
llvm/test/Transforms/InstCombine/ctpop.ll
|