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

Scott Manley llvmlistbot at llvm.org
Wed Apr 16 15:28:59 PDT 2025


rscottmanley wrote:

even the `getTypeName()` documentation says:

```
We provide a function which tries to compute the (demangled) name of a type statically.

This routine may fail on some platforms or for particularly unusual types. Do not use it for anything other than logging and debugging aids. It isn't portable or dependendable in any real sense.
```

I would like to proceed with this change if there is no significant objection. 

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


More information about the Mlir-commits mailing list