https://github.com/tblah commented:
Could this lead to mixing up allocas and heap allocations at the same insertion point? It would be much better if all allocas came first and then all heap allocations came second - IIRC this is why things were named to refer to alloca insertion points - heap allocations were treated more like regular code. Is there a later LLVM pass that is smart enough to move all the allocas to the start of the block? https://github.com/llvm/llvm-project/pull/154752 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
