[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelPattern.cpp
Nate Begeman
natebegeman at mac.com
Wed Jan 11 15:20:41 PST 2006
Changes in directory llvm/lib/Target/IA64:
IA64ISelPattern.cpp updated: 1.73 -> 1.74
---
Log message:
Missed a spot.
---
Diffs of the changes: (+2 -0)
IA64ISelPattern.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Target/IA64/IA64ISelPattern.cpp
diff -u llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.73 llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.74
--- llvm/lib/Target/IA64/IA64ISelPattern.cpp:1.73 Wed Jan 4 19:47:43 2006
+++ llvm/lib/Target/IA64/IA64ISelPattern.cpp Wed Jan 11 17:20:28 2006
@@ -96,6 +96,8 @@
//IA64 has these, but they are not implemented
setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
setOperationAction(ISD::CTLZ , MVT::i64 , Expand);
+ setOperationAction(ISD::ROTL , MVT::i64 , Expand);
+ setOperationAction(ISD::ROTR , MVT::i64 , Expand);
// FIXME: implement mulhs (xma.h) and mulhu (xma.hu)
setOperationAction(ISD::MULHS , MVT::i64 , Expand);
setOperationAction(ISD::MULHU , MVT::i64 , Expand);
More information about the llvm-commits
mailing list