since vector.reduce support accumulator in all the cases remove the
assert assuming old definition.
Move helper to avoid circular dependency.
Paths
| Differential D129602
[mlir][vector] Fix crash in vector.reduction canonicalization ClosedPublic Authored by ThomasRaoux on Jul 12 2022, 3:47 PM.
Details Summary since vector.reduce support accumulator in all the cases remove the Move helper to avoid circular dependency.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 12 2022, 4:12 PM ThomasRaoux added inline comments.
This revision was landed with ongoing or failed builds.Jul 12 2022, 4:15 PM Closed by commit rG5f8cefebd900: [mlir][vector] Fix crash in vector.reduction canonicalization (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 444103 mlir/include/mlir/Dialect/Vector/IR/VectorOps.h
mlir/include/mlir/Dialect/Vector/Utils/VectorUtils.h
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
mlir/lib/Dialect/Vector/Utils/VectorUtils.cpp
mlir/test/Dialect/Vector/canonicalize.mlir
|
s/arg1/B/ ?