[PATCH] D59129: [SROA] Don't lower expensive allocas with minsize
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 15 08:38:28 PDT 2019
ostannard added a comment.
It's hard to put exact numbers on this, especially when we are trading off vague concepts like "the complexity of the LLVM codebase", but I'd like to see enough benchmark results that we can be confident that this is making an overall improvement, and that we're not being misled by a few outliers. That might come from running a greater variety of benchmarks until we collect enough data, or it might come from improvements to the patch itself.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59129/new/
https://reviews.llvm.org/D59129
More information about the llvm-commits
mailing list