Just move coverage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,040 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Paths
| Differential D157304
[ValueTracking] If `OrZero` is set, look through `trunc` in `isKnownToBePowerOfTwo` ClosedPublic Authored by goldstein.w.n on Aug 7 2023, 10:47 AM.
Details Summary Just move coverage.
Diff Detail
Unit TestsFailed
Event Timelinegoldstein.w.n added a child revision: D157305: [ValueTracking] Use switch for Intrinsics in `isKnownToBePowerOfTwo`; NFC.Aug 7 2023, 10:51 AM goldstein.w.n added a parent revision: D157303: [ValueTracking] Add tests for more `isKnownToBeAPowerOfTwo` cases; NFC. This revision is now accepted and ready to land.Aug 7 2023, 11:21 AM This revision was landed with ongoing or failed builds.Aug 9 2023, 12:45 PM Closed by commit rGbab8058d3b00: [ValueTracking] If `OrZero` is set, look through `trunc` in… (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 548698 llvm/lib/Analysis/ValueTracking.cpp
llvm/test/Analysis/ValueTracking/known-power-of-two.ll
|