Reductions can't be folded into plain arith ops until we can mask
those arith ops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141645
[mlir][vector] Disable folding for masked reductions ClosedPublic Authored by dcaballe on Jan 12 2023, 5:27 PM.
Details Summary Reductions can't be folded into plain arith ops until we can mask
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 13 2023, 12:18 AM This revision was landed with ongoing or failed builds.Jan 19 2023, 3:07 PM Closed by commit rG4626bd0b9110: [mlir][vector] Disable folding for masked reductions (authored by dcaballe). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490673 mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/test/Dialect/Vector/canonicalize.mlir
|