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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed May 4 12:25:57 PDT 2005



Changes in directory llvm/lib/Target/IA64:

IA64ISelPattern.cpp updated: 1.34 -> 1.35
---
Log message:

fix typo

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

 IA64ISelPattern.cpp |    5 +++++
 1 files changed, 5 insertions(+)


Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.34 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.35
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.34	Mon May  2 02:27:14 2005
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp	Wed May  4 14:25:37 2005
@@ -89,6 +89,11 @@
       setOperationAction(ISD::FCOS , MVT::f32, Expand);
       setOperationAction(ISD::FSQRT, MVT::f32, Expand);
 
+      //IA64 has these, but they are not implemented
+      setOperationAction(ISD::CTPOP, MVT::i32  , Expand);
+      setOperationAction(ISD::CTTZ , MVT::i32  , Expand);
+      setOperationAction(ISD::CTLZ , MVT::i32  , Expand);
+
       computeRegisterProperties();
 
       addLegalFPImmediate(+0.0);






More information about the llvm-commits mailing list