Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,050 ms | x64 debian > MLIR.Examples/standalone::test.toy |
Paths
| Differential D148562
[InstCombine][NFC] Add tests for simplifying select(X|Y,X|Y,X) to X|Y ClosedPublic Authored by HerrCai0907 on Apr 17 2023, 12:54 PM.
Details
Diff Detail
Unit TestsFailed
Event TimelineHerrCai0907 added a parent revision: D148275: [InstCombine] support fold select(X|Y,X|Y,X) to X|Y.Apr 17 2023, 12:54 PM This revision is now accepted and ready to land.Apr 17 2023, 1:04 PM This revision was landed with ongoing or failed builds.Apr 17 2023, 1:07 PM Closed by commit rGbeefca7239fc: [InstCombine][NFC] Add tests for simplifying select(X|Y,X|Y,X) to X|Y (authored by HerrCai0907). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 514372 llvm/test/Transforms/InstSimplify/select_or_and.ll
|