[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp

Andrew Lenharth alenhar2 at cs.uiuc.edu
Tue Jun 27 16:19:27 PDT 2006



Changes in directory llvm/lib/Target/Alpha:

AlphaISelLowering.cpp updated: 1.54 -> 1.55
---
Log message:

this case isn't handled

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

 AlphaISelLowering.cpp |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.54 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.55
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.54	Wed Jun 21 10:42:36 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp	Tue Jun 27 18:19:14 2006
@@ -64,6 +64,8 @@
   
   setOperationAction(ISD::TRUNCSTORE, MVT::i1, Promote);
 
+  setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
+
   setOperationAction(ISD::FREM, MVT::f32, Expand);
   setOperationAction(ISD::FREM, MVT::f64, Expand);
   






More information about the llvm-commits mailing list