Changes in directory llvm/lib/CodeGen/SelectionDAG:
TargetLowering.cpp updated: 1.113 -> 1.114 --- Log message: Add target hook to specify block size limit for if-conversion. --- Diffs of the changes: (+1 -0) TargetLowering.cpp | 1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp diff -u llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.113 llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.114 --- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:1.113 Thu May 3 11:54:34 2007 +++ llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp Wed May 16 18:45:53 2007 @@ -157,6 +157,7 @@ SchedPreferenceInfo = SchedulingForLatency; JumpBufSize = 0; JumpBufAlignment = 0; + IfCvtBlockSizeLimit = 2; InitLibcallNames(LibcallRoutineNames); InitCmpLibcallCCs(CmpLibcallCCs); _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits