[clang] [llvm] [llvm] Introduce MoveEntryAllocaInit pass (PR #164882)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 4 00:13:04 PST 2025
nikic wrote:
> @nikic sorry, can you give me a hint on what to do when I have the metadata auto-init present for some instructions and some do not have them? Which ones do I move first (I want to say auto-init ones but just want to confirm)?
There should be no need to move them in any particular order. You can treat the auto-init ones the same as the non-auto-init ones and move them in the order they occur.
https://github.com/llvm/llvm-project/pull/164882
More information about the llvm-commits
mailing list