[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp

Evan Cheng evan.cheng at apple.com
Wed May 16 16:46:11 PDT 2007



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);






More information about the llvm-commits mailing list