[llvm] [SROA] Use tree-structure merge to remove alloca (PR #152793)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 14:14:44 PDT 2025


Chengjunp wrote:

This change would lead to compile time crash when the size of the stored value is not a multiple of the new alloca element size. The fix is https://github.com/llvm/llvm-project/pull/162921. Sorry for any inconvenience caused by this change. 

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


More information about the llvm-commits mailing list