forked from OSchip/llvm-project
parent
62e6ec066e
commit
b89f42254b
|
@ -427,6 +427,11 @@ createSeparateConstOffsetFromGEPPass(const TargetMachine *TM = nullptr,
|
||||||
//
|
//
|
||||||
BasicBlockPass *createLoadCombinePass();
|
BasicBlockPass *createLoadCombinePass();
|
||||||
|
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
|
//
|
||||||
|
// StraightLineStrengthReduce - This pass strength-reduces some certain
|
||||||
|
// instruction patterns in straight-line code.
|
||||||
|
//
|
||||||
FunctionPass *createStraightLineStrengthReducePass();
|
FunctionPass *createStraightLineStrengthReducePass();
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue