[Mlir-commits] [mlir] [MLIR][LLVM] Add Continuous Loop Peeling transform to SCF (PR #71555)
Diego Caballero
llvmlistbot at llvm.org
Tue Nov 7 10:22:36 PST 2023
dcaballe wrote:
Fantastic! I was thinking about this transformation recently.
> Could you also just create a separate C++ utility function for the core transformation (outside of the transform dialect). Thanks!
You can probably add the transformation itself to `mlir/lib/Dialect/SCF/Transforms/`. We have `LoopSpecialization` there which is also applying a peeling strategy
https://github.com/llvm/llvm-project/pull/71555
More information about the Mlir-commits
mailing list