Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,080 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Paths
| Differential D145335
[InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC ClosedPublic Authored by goldstein.w.n on Mar 5 2023, 2:45 PM.
Details
Diff Detail
Unit TestsFailed
Event Timelinegoldstein.w.n added a child revision: D145327: [InstSimplify] Simplify `(shl nsw nuw X, BitWidth - 1)` -> `0`.Mar 5 2023, 2:46 PM This revision is now accepted and ready to land.Mar 6 2023, 1:43 AM This revision was landed with ongoing or failed builds.Mar 6 2023, 6:31 PM Closed by commit rGa1771ad1d512: [InstSimplify] Add tests for `(shl nuw nsw X, BitWidth - 1)` -> `0`; NFC (authored by goldstein.w.n). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502711 llvm/test/Transforms/InstSimplify/shift.ll
|
we are match -> we match the?