[llvm] [StandardInstrumentation] Annotate loops with the function name (PR #90756)

Jamie Schmeiser via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 12:36:47 PDT 2024


jamieschmeiser wrote:

I like the idea of making the loop easier to identify.  Have you considered demangling the function name also, or is that already handled in getName()?   However, that may make filtering difficult... what about printing both the mangled and demangled name if it is different?

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


More information about the llvm-commits mailing list