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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 00:11:16 PDT 2024


arsenm wrote:

I would think avoiding std::string allocations is more important than reducing the size of the intrinsic name table. What is the compile time impact of this? 

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


More information about the llvm-commits mailing list