[PATCH] D11749: [X86] When optimizing for size, use POP for small post-call stack clean-up
Michael Kuperstein via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 11 01:23:36 PDT 2015
mkuper added a comment.
std::array doesn't really help readability, I think.
Will keep it as is, then.
Also, on second thought, I'd rather be safe and only enable this for minsize, not optsize, for now.
http://reviews.llvm.org/D11749
More information about the llvm-commits
mailing list