[Mlir-commits] [mlir] [SCF] add debug label for MergeNestedParallelLoops pattern (PR #135980)
Ivan Butygin
llvmlistbot at llvm.org
Wed Apr 16 15:45:44 PDT 2025
Hardcode84 wrote:
Well, it's called `setDebugName` and was added (by myself) explicitly for debugging (for the `--debug-only=pattern-application` specifically) so is to be expected. Filtering patterns by debug name was added kind of ad-hoc later. No one guaranteed stable or predictable names (they will most likely differ between os/compilers too).
https://github.com/llvm/llvm-project/pull/135980
More information about the Mlir-commits
mailing list