[PATCH] D30732: LoopVectorizer: let target limit memory intensive loops
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 12:35:53 PST 2017
hfinkel added a comment.
Let me make sure that I understand: Are you trying to limit the number of store instructions/loop or are you trying to limit the numbers of stores/cycle?
https://reviews.llvm.org/D30732
More information about the llvm-commits
mailing list