From: Nadav Rotem Date: Sat, 29 Jun 2013 05:37:19 +0000 (+0000) Subject: Update docs. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=08e20fbea18922e9f5f1cfb0ea7931c90006100e;p=oota-llvm.git Update docs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185250 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Vectorize/SLPVectorizer.cpp b/lib/Transforms/Vectorize/SLPVectorizer.cpp index 03b9679e6cd..d609302522e 100644 --- a/lib/Transforms/Vectorize/SLPVectorizer.cpp +++ b/lib/Transforms/Vectorize/SLPVectorizer.cpp @@ -47,8 +47,8 @@ using namespace llvm; static cl::opt SLPCostThreshold("slp-threshold", cl::init(0), cl::Hidden, - cl::desc("Only vectorize trees if the gain is above this " - "number. (gain = -cost of vectorization)")); + cl::desc("Only vectorize if you gain more than this " + "number ")); namespace { static const unsigned MinVecRegSize = 128; @@ -697,7 +697,6 @@ int FuncSLP::getTreeCost_rec(ArrayRef VL, unsigned Depth) { } } - // Calculate the extract cost. unsigned ExternalUserExtractCost = 0; for (unsigned i = 0, e = VL.size(); i < e; ++i)