[PATCH] D28167: Create as few pieces of an argument as possible when promoting an argument.
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 29 15:49:35 PST 2016
trentxintong added a comment.
SROA is ran after argument promotion, there is some unpacking in Instcombine as well, but its ran after argument promotion as well.
https://reviews.llvm.org/D28167
More information about the llvm-commits
mailing list