[llvm] [ArgPromotion] Promote allocas in calling functions (PR #110248)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 27 05:59:04 PDT 2024


https://github.com/nikic commented:

Here again the question: Why does ArgPromotion have to do this? Why is this not left to SROA when the calling function is visited?

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


More information about the llvm-commits mailing list