Initial commit of (very basic) if converter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37092 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Evan Cheng
2007-05-16 02:00:57 +00:00
parent 0402e170e8
commit 4e654852f1
2 changed files with 307 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ namespace llvm {
/// branches.
FunctionPass *createBranchFoldingPass();
/// IfConverter Pass - This pass performs machine code if conversion.
FunctionPass *createIfConverterPass();
/// DebugLabelFoldingPass - This pass prunes out redundant debug labels. This
/// allows a debug emitter to determine if the range of two labels is empty,
/// by seeing if the labels map to the same reduced label.