Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
What are you trying to achieve with these over just relying on the KnownBitsTests unit test coverage?
Paths
| Differential D150092
[ValueTracking] Add tests for knownbits of `sdiv` and `udiv`; NFC ClosedPublic Authored by goldstein.w.n on May 7 2023, 11:57 PM.
Details
Diff Detail
Event Timelinegoldstein.w.n added a child revision: D150093: [KnownBits] Add implementation for `KnownBits::sdiv`.May 8 2023, 12:01 AM Comment Actions What are you trying to achieve with these over just relying on the KnownBitsTests unit test coverage? This revision is now accepted and ready to land.May 13 2023, 4:52 AM This revision was landed with ongoing or failed builds.May 16 2023, 4:58 PM Closed by commit rG53a079c8f723: [ValueTracking] Add tests for knownbits of `sdiv` and `udiv`; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 522357 llvm/test/Analysis/ValueTracking/knownbits-div.ll
|