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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 23 13:37:42 PDT 2025


https://github.com/nikic commented:

Why is this a new pass that runs after MoveAutoInit and does exactly the same thing just not limited to auto-init allocas? Wouldn't it make more sense to have a single pass for this (that handles both auto-init and non-auto-init)?

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


More information about the llvm-commits mailing list