[PATCH] D12269: Add a pass to lift aggregate into allocas so SROA can get rid of them.
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 2 01:42:33 PDT 2015
deadalnix added a comment.
Doing it in SROA in http://reviews.llvm.org/D13379 . Seems like a better place than in its own pass.
http://reviews.llvm.org/D12269
More information about the llvm-commits
mailing list