We now of an implementation of KnownBits::sdiv so we can implement
this case.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150096
[ValueTracking] Use `KnownBits::sdiv` for `sdiv` opcode in `computeKnownBits` ClosedPublic Authored by goldstein.w.n on May 7 2023, 11:57 PM.
Details Summary We now of an implementation of KnownBits::sdiv so we can implement
Diff Detail
Event Timelinegoldstein.w.n added a parent revision: D150095: [ValueTracking] Pass `exact` flag to `KnownBits::udiv` in `computeKnownBits`.May 8 2023, 12:01 AM goldstein.w.n added a child revision: D150097: [DAGCombiner] Add tests for `computeKnownBits` of `sdiv` and `udiv`; NFC. This revision is now accepted and ready to land.May 8 2023, 3:34 AM This revision was landed with ongoing or failed builds.May 16 2023, 4:59 PM Closed by commit rG124547eae8a6: [ValueTracking] Use `KnownBits::sdiv` for `sdiv` opcode in `computeKnownBits` (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 520565 llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Analysis/ValueTracking/knownbits-div.ll
|