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

Scott Manley llvmlistbot at llvm.org
Wed Apr 16 14:26:06 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.`
> 
> I could add it to the `add` though

Actually it doesnt look like works in that case either. 

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


More information about the Mlir-commits mailing list