[Mlir-commits] [mlir] [mlir][transform] Add a scoped transform (PR #87352)

Gil Rapaport llvmlistbot at llvm.org
Thu May 9 04:47:23 PDT 2024


aniragil wrote:

To follow up on some EuroLLVM'24 discussions over this transform: @joker-eph made an interesting suggestion for the transform to use a "floating func.func" as the isolated-from-above payload op instead of the scf.scope op, i.e. outline code into a function not inserted to any module. I like this idea, and @ftynse and @matthias-springer agreed this should work with transforms, but won't this solution prevent the transform from working on operations that use symbols?

https://github.com/llvm/llvm-project/pull/87352


More information about the Mlir-commits mailing list