[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
Thu Oct 1 13:37:39 PDT 2015
deadalnix added a comment.
@chandler , do you think adding this to SROA, so we don't lift thing to then let SROA optimize but rather optimize right away in SROA make sense ? If so, do you have some pointer on how to implement this in SROA ?
http://reviews.llvm.org/D12269
More information about the llvm-commits
mailing list