[llvm] [Transforms][IPO] Add func suffix in ArgumentPromotion and DeadArgume… (PR #105742)

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 10:55:37 PDT 2024


================
@@ -200,6 +200,7 @@ doPromotion(Function *F, FunctionAnalysisManager &FAM,
 
   F->getParent()->getFunctionList().insert(F->getIterator(), NF);
   NF->takeName(F);
----------------
david-xl wrote:

Is this needed? 

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


More information about the llvm-commits mailing list