[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
Evan Cheng
evan.cheng at apple.com
Wed Jan 25 01:16:07 PST 2006
Changes in directory llvm/lib/Target/SparcV8:
SparcV8ISelDAGToDAG.cpp updated: 1.56 -> 1.57
---
Log message:
Default scheduling preference is SchedulingForLatency.
---
Diffs of the changes: (+1 -0)
SparcV8ISelDAGToDAG.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.56 llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.57
--- llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp:1.56 Thu Jan 19 01:22:29 2006
+++ llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp Wed Jan 25 03:15:54 2006
@@ -166,6 +166,7 @@
setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
setOperationAction(ISD::DYNAMIC_STACKALLOC, MVT::i32, Expand);
+ setSchedulingPreference(SchedulingForLatency);
setStackPointerRegisterToSaveRestore(V8::O6);
computeRegisterProperties();
More information about the llvm-commits
mailing list