[PATCH] D34390: [SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 01:38:20 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL305782: [SCEV][NFC] Fix a misleading description of AddOpsInlineThreshold (authored by mkazantsev).
Changed prior to commit:
https://reviews.llvm.org/D34390?vs=103171&id=103173#toc
Repository:
rL LLVM
https://reviews.llvm.org/D34390
Files:
llvm/trunk/lib/Analysis/ScalarEvolution.cpp
Index: llvm/trunk/lib/Analysis/ScalarEvolution.cpp
===================================================================
--- llvm/trunk/lib/Analysis/ScalarEvolution.cpp
+++ llvm/trunk/lib/Analysis/ScalarEvolution.cpp
@@ -130,7 +130,7 @@
static cl::opt<unsigned> AddOpsInlineThreshold(
"scev-addops-inline-threshold", cl::Hidden,
- cl::desc("Threshold for inlining multiplication operands into a SCEV"),
+ cl::desc("Threshold for inlining addition operands into a SCEV"),
cl::init(500));
static cl::opt<unsigned> MaxSCEVCompareDepth(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34390.103173.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/2d485967/attachment.bin>
More information about the llvm-commits
mailing list