[Mlir-commits] [mlir] [SCF] add debug label for MergeNestedParallelLoops pattern (PR #135980)

Scott Manley llvmlistbot at llvm.org
Wed Apr 16 16:16:20 PDT 2025


rscottmanley wrote:

> That means we should be able to strip these out of a release build for example without breaking anything, which you may object to in the future if you depends on this behavior.

That's a fair point. Like I said earlier, an RFC to require a name is probably the larger fix. I mean, can we change "debugName" to "patternName" and then my commit is acceptable? It seems to me like this is a neat feature for customizing what you want or not want to be canonicalized depending on various needs of your downstream implementation.

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


More information about the Mlir-commits mailing list