When creating a scf.for without argument a scf.yield is automatically
created. Make sure we don't create a second one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128405
[mlir][vector] Fix bug when swapping scf.for and vector warp op ClosedPublic Authored by ThomasRaoux on Jun 22 2022, 8:01 PM.
Details Summary When creating a scf.for without argument a scf.yield is automatically
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 24 2022, 1:02 AM Closed by commit rGd343cdd50992: [mlir][vector] Fix bug when swapping scf.for and vector warp op (authored by ThomasRaoux). · Explain WhyJun 24 2022, 12:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 439852 mlir/lib/Dialect/Vector/Transforms/VectorDistribute.cpp
mlir/test/Dialect/Vector/vector-warp-distribute.mlir
|