[Mlir-commits] [mlir] [mlir] Use transform dialect for backward slice tests (PR #159634)
Mehdi Amini
llvmlistbot at llvm.org
Fri Sep 19 03:52:20 PDT 2025
joker-eph wrote:
This seems like a big hammer solution when there are much easier alternative: can we instead fix the pass to look for a discardable attribute tagging an operation instead or hardcoding linalg op?
I'm absolutely not convinced that the transform dialect is a better testing solution in general than passes which should remain the default solution to exercise coverage in MLIR.
https://github.com/llvm/llvm-project/pull/159634
More information about the Mlir-commits
mailing list