Changes in directory llvm/lib/Target/ARM:

ARMISelLowering.cpp updated: 1.55 -> 1.56
---
Log message:

Set ARM ifcvt duplication limit to 3 for now.

---
Diffs of the changes:  (+1 -0)

 ARMISelLowering.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/Target/ARM/ARMISelLowering.cpp
diff -u llvm/lib/Target/ARM/ARMISelLowering.cpp:1.55 
llvm/lib/Target/ARM/ARMISelLowering.cpp:1.56
--- llvm/lib/Target/ARM/ARMISelLowering.cpp:1.55        Thu May 17 20:19:57 2007
+++ llvm/lib/Target/ARM/ARMISelLowering.cpp     Fri Jun  1 03:28:59 2007
@@ -255,6 +255,7 @@
   setStackPointerRegisterToSaveRestore(ARM::SP);
   setSchedulingPreference(SchedulingForRegPressure);
   setIfCvtBlockSizeLimit(Subtarget->isThumb() ? 0 : 10);
+  setIfCvtDupBlockSizeLimit(Subtarget->isThumb() ? 0 : 3);
 
   maxStoresPerMemcpy = 1;   //// temporary - rewrite interface to use type
 }



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to