[llvm] [LLVM] Change `Intrinsic::getBaseName` to return `std::string` (PR #111613)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 11 05:47:37 PDT 2024


nhaehnle wrote:

If we go down this route, we should definitely clean up the users of this function. Many of them want to allocate a `std::string` anyway, but many don't and get be served by getDeclaration or something.

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


More information about the llvm-commits mailing list