projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62e6ec0
)
[NFC] add more comments for SLSR
author
Jingyue Wu
<jingyue@google.com>
Thu, 9 Apr 2015 17:04:28 +0000
(17:04 +0000)
committer
Jingyue Wu
<jingyue@google.com>
Thu, 9 Apr 2015 17:04:28 +0000
(17:04 +0000)
llvm-svn: 234505
llvm/include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Transforms/Scalar.h
b/llvm/include/llvm/Transforms/Scalar.h
index
f59b062
..
fe7eaa7
100644
(file)
--- a/
llvm/include/llvm/Transforms/Scalar.h
+++ b/
llvm/include/llvm/Transforms/Scalar.h
@@
-427,6
+427,11
@@
createSeparateConstOffsetFromGEPPass(const TargetMachine *TM = nullptr,
//
BasicBlockPass *createLoadCombinePass();
+//===----------------------------------------------------------------------===//
+//
+// StraightLineStrengthReduce - This pass strength-reduces some certain
+// instruction patterns in straight-line code.
+//
FunctionPass *createStraightLineStrengthReducePass();
//===----------------------------------------------------------------------===//