[Mlir-commits] [mlir] [mlir][linalg] Expose transform.fuse_into_containing_op helpers: NFC (PR #72473)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Nov 20 02:59:22 PST 2023


https://github.com/ftynse commented:

IMO, these should be moved under `lib/Linalg/Transforms`. If their caller is not using transform _ops_, it shouldn't need to include `TransformOps.h`. They don't seem to be dependent on any transform dialect functionality, not even `DiagnosedSilenceableFailure`.

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


More information about the Mlir-commits mailing list