This matches what is done in ValueTracking.cpp
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116423
[SelectionDAG] Use KnownBits::countMinSignBits() to simplify the end of ComputeNumSignBits. ClosedPublic Authored by craig.topper on Dec 30 2021, 1:45 PM.
Details Summary This matches what is done in ValueTracking.cpp
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 31 2021, 2:27 AM This revision was landed with ongoing or failed builds.Dec 31 2021, 5:32 PM Closed by commit rG243b7aaf51e8: [SelectionDAG] Use KnownBits::countMinSignBits() to simplify the end of… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 396841 llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
|