[PATCH] D25517: [SLPVectorizer] Improved support of partial tree vectorization.

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 07:10:34 PDT 2017


anna added a comment.

In https://reviews.llvm.org/D25517#602597, @hfinkel wrote:

> Have you checked the compile-time impact of this change? I wonder if you need some additional cutoff because it looks like you might be increasing the worst-case complexity of the algorithm here.


Just FYI: this patch was improved at here: https://reviews.llvm.org/D33320
Ongoing discussion about compile time impact is on that review thread. We do see huge compile time impact (internally) because of the change in this function (the processing has increased from a single node to a max of 2 ^ 12 nodes).


Repository:
  rL LLVM

https://reviews.llvm.org/D25517





More information about the llvm-commits mailing list