[Mlir-commits] [mlir] [MLIR] [Transforms] Let `transform.structured.convert_to_loops` return handles to loops (PR #83984)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Mar 5 09:47:10 PST 2024
lhunloh wrote:
Test added, review feedback worked in. :)
We now return a single handle to all generated loops, which is easily splittable via `transform.split_handle`.
https://github.com/llvm/llvm-project/pull/83984
More information about the Mlir-commits
mailing list