[Mlir-commits] [mlir] [SCF] add debug label for MergeNestedParallelLoops pattern (PR #135980)
Scott Manley
llvmlistbot at llvm.org
Wed Apr 16 14:03:00 PDT 2025
rscottmanley wrote:
> `RewritePatternSet.add<MergeNestedParallelLoops>` should already set debug name to "MergeNestedParallelLoops" automatically
No. That appears to happen with "RewritePatternSet.insert<>` but to quote PatternMatch.h `// TODO: These are soft deprecated in favor of the 'add' methods above.`
https://github.com/llvm/llvm-project/pull/135980
More information about the Mlir-commits
mailing list