[Mlir-commits] [mlir] [MLIR][LLVM] Add Continuous Loop Peeling transform to SCF (PR #71555)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Nov 9 08:22:49 PST 2023
muneebkhan85 wrote:
> Could you also just create a separate C++ utility function for the core transformation (outside of the transform dialect). Thanks!
Are you suggesting that I expose this as an independent pass? I have now done this and can be invoked using -scf-for-loop-continuous-peeling. The included test uses this method now.
https://github.com/llvm/llvm-project/pull/71555
More information about the Mlir-commits
mailing list