[llvm] [IR][Instructions] Add `CallBase::getCalledFunctionName` helper (PR #127038)

Thomas Symalla via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 10:55:34 PST 2025


tsymalla wrote:

> From a quick git grep "getCalledFunction()->getName()", it looks like there are a lot more places that could use this.

Yep. I wanted to see if the change is generally accepted at first, before changing all the code. I'll follow up with the remainder.

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


More information about the llvm-commits mailing list