[PATCH] D63948: [SLP] Limit compilation time of look-ahead operand reordering heuristic.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 11:55:54 PDT 2019
ABataev added a comment.
Tests?
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:921
+ for (unsigned OpIdx1 = 0,
+ NumOperands1 = std::min(I1->getNumOperands(),
+ LookAheadOperandsBudget.getValue());
----------------
Do you really need this limit?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63948/new/
https://reviews.llvm.org/D63948
More information about the llvm-commits
mailing list