[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.cpp IA64ISelPattern.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Jan 12 18:41:11 PST 2006



Changes in directory llvm/lib/Target/IA64:

IA64ISelLowering.cpp updated: 1.18 -> 1.19
IA64ISelPattern.cpp updated: 1.74 -> 1.75
---
Log message:

new nodes


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

 IA64ISelLowering.cpp |    4 ++++
 IA64ISelPattern.cpp  |    4 ++++
 2 files changed, 8 insertions(+)


Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.18 llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.19
--- llvm/lib/Target/IA64/IA64ISelLowering.cpp:1.18	Wed Jan 11 21:28:40 2006
+++ llvm/lib/Target/IA64/IA64ISelLowering.cpp	Thu Jan 12 20:40:58 2006
@@ -83,6 +83,10 @@
       setOperationAction(ISD::ROTL , MVT::i64  , Expand);
       setOperationAction(ISD::ROTR , MVT::i64  , Expand);
 
+      // Not implemented yet.
+      setOperationAction(ISD::STACKSAVE, MVT::Other, Expand);
+      setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
+
       computeRegisterProperties();
 
       addLegalFPImmediate(+0.0);


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.74 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.75
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.74	Wed Jan 11 17:20:28 2006
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Thu Jan 12 20:40:58 2006
@@ -107,6 +107,10 @@
       setOperationAction(ISD::DEBUG_LOC, MVT::Other, Expand);
       setOperationAction(ISD::DEBUG_LABEL, MVT::Other, Expand);
 
+      // Not implemented yet.
+      setOperationAction(ISD::STACKSAVE, MVT::Other, Expand); 
+      setOperationAction(ISD::STACKRESTORE, MVT::Other, Expand);
+
       computeRegisterProperties();
 
       addLegalFPImmediate(+0.0);






More information about the llvm-commits mailing list