It wasn't immediately obvious to me if index-to-integer casts were
folded or not.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147104
[mlir][arith][NFC] Add missing index_cast fold tests ClosedPublic Authored by kuhar on Mar 28 2023, 8:34 PM.
Details Summary It wasn't immediately obvious to me if index-to-integer casts were
Diff Detail
Event Timelinekuhar added a child revision: D147109: [mlir][arith] Fold `index_cast[ui]` of vectors.Mar 28 2023, 9:07 PM This revision is now accepted and ready to land.Mar 28 2023, 9:42 PM This revision was landed with ongoing or failed builds.Mar 29 2023, 7:44 AM Closed by commit rG28858d5902f8: [mlir][arith][NFC] Add missing index_cast fold tests (authored by kuhar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 509369 mlir/test/Dialect/Arith/canonicalize.mlir
|