[Mlir-commits] [mlir] [MLIR] [Transforms] Let lowerToLoopsUsingSCFForOp delete target op, fixes #83252 (PR #83256)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Feb 28 10:22:10 PST 2024
lhunloh wrote:
You are right, that's a better place, since methods around `transform::ConvertToLoopsOp::applyToOne` are deleting their targets. Moved that with the added commit.
https://github.com/llvm/llvm-project/pull/83256
More information about the Mlir-commits
mailing list