[clang] [llvm] [llvm] Introduce MoveEntryAllocaInit pass (PR #164882)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 2 23:01:29 PST 2025


nikic wrote:

This is still doing the transform in two phases, one for auto-init allocas, and then again without the limitation. Why? Why can't we directly move all allocas?

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


More information about the llvm-commits mailing list