[PATCH] D32166: Improve LoopVectorizers estimation of scalar loops by predicting LSR behaviour
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 22 10:40:00 PDT 2017
rengolin added reviewers: mssimpso, mkuper.
rengolin added a comment.
In https://reviews.llvm.org/D32166#745689, @jonpa wrote:
> In this sense, isn't the loop vectorizer run too early?
That's a good question, one that may be found our by adding it to just before the loop vectoriser and see how compile time increases proportional to the run-time performance benefits of standard benchmarks.
I'm adding some more people to chime in, just in case they have seen this before and have a plan we're not aware of. :)
cheers,
--renato
https://reviews.llvm.org/D32166
More information about the llvm-commits
mailing list