Add cases for the following ops:
- 0-X
- bitreverse(X)
- bswap(X)
- ctpop(X)
- abs(X)
- uadd_sat(X, Y)
Paths
| Differential D142827
[ValueTracking] Add tests for additional `isKnownNonZero` cases; NFC ClosedPublic Authored by goldstein.w.n on Jan 28 2023, 8:57 PM.
Details Summary Add cases for the following ops:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 29 2023, 12:40 AM This revision was landed with ongoing or failed builds.Feb 18 2023, 11:45 AM Closed by commit rGe0ce87509b18: [ValueTracking] Add tests for additional `isKnownNonZero` cases; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 493132 llvm/test/Analysis/ValueTracking/known-non-zero.ll
|