[PATCH] D43582: [SLP] Generalization of stores vectorization.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 5 06:53:21 PST 2018
spatel added a comment.
Someone more familiar with SLP should have a look at the diffs, but we need to address the compile-time question.
The artificial limit is only there to guard against excessive compile-time cost, so do you have data to show that difference? Or does this patch solve the (potential) problem in another way?
More discussion here:
https://bugs.llvm.org/show_bug.cgi?id=17170
Repository:
rL LLVM
https://reviews.llvm.org/D43582
More information about the llvm-commits
mailing list