Allow to commute extension ops over vector.insertelement and
vector.insert_strided_slice.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149509
[mlir][arith] Add narrowing patterns for other insertion ops ClosedPublic Authored by kuhar on Apr 28 2023, 8:27 PM.
Details Summary Allow to commute extension ops over vector.insertelement and
Diff Detail
Event Timelinekuhar added a parent revision: D149485: [mlir][arith][NFC] Simplify narrowing patterns with a wrapper type.Apr 28 2023, 8:27 PM This revision is now accepted and ready to land.May 1 2023, 11:20 AM Closed by commit rG3ff870881f5f: [mlir][arith] Add narrowing patterns for other insertion ops (authored by kuhar). · Explain WhyMay 1 2023, 11:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 518125 mlir/lib/Dialect/Arith/Transforms/IntNarrowing.cpp
mlir/test/Dialect/Arith/int-narrowing.mlir
|