[Mlir-commits] [mlir] [SCF] add debug label for MergeNestedParallelLoops pattern (PR #135980)
Scott Manley
llvmlistbot at llvm.org
Wed Apr 16 14:44:10 PDT 2025
rscottmanley wrote:
I think I know what's happening.. `llvm::getTypeName<T>()` is either buggy or not consistent.. I just dumped all of them when they are added and here are some examples:
```
(anonymous namespace)::MergeNestedParallelLoops
FoldConstantCase
CanonicalizeContractAdd<mlir::arith::AddFOp>
UndoComplexPattern<mlir::arith::AddFOp, fir::AddcOp>
mlir::ComposeReassociativeReshapeOps<mlir::memref::CollapseShapeOp, mlir::ReshapeOpKind::kCollapse>
```
https://github.com/llvm/llvm-project/pull/135980
More information about the Mlir-commits
mailing list