Seems to have been an accident of history and none of these had any reason to be restricted to FuncOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D128614
[mlir] Generalize SCF passes to not have to run on FuncOp. ClosedPublic Authored by stellaraccident on Jun 26 2022, 10:40 AM.
Details Summary Seems to have been an accident of history and none of these had any reason to be restricted to FuncOp.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 26 2022, 10:43 AM This revision was landed with ongoing or failed builds.Jun 26 2022, 11:05 AM Closed by commit rG54998986c3d9: [mlir] Generalize SCF passes to not have to run on FuncOp. (authored by stellaraccident). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 440081 mlir/include/mlir/Dialect/SCF/Transforms/Passes.td
mlir/lib/Dialect/SCF/Transforms/ForToWhile.cpp
mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
|