[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
Nate Begeman
natebegeman at mac.com
Fri Jan 13 19:14:26 PST 2006
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.20 -> 1.21
---
Log message:
bswap implementation
---
Diffs of the changes: (+1 -0)
AlphaISelLowering.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Target/Alpha/AlphaISelLowering.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.20 llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.21
--- llvm/lib/Target/Alpha/AlphaISelLowering.cpp:1.20 Thu Jan 12 20:42:53 2006
+++ llvm/lib/Target/Alpha/AlphaISelLowering.cpp Fri Jan 13 21:14:10 2006
@@ -81,6 +81,7 @@
setOperationAction(ISD::CTTZ , MVT::i64 , Expand);
setOperationAction(ISD::CTLZ , MVT::i64 , Expand);
}
+ setOperationAction(ISD::BSWAP , MVT::i64, Expand);
setOperationAction(ISD::ROTL , MVT::i64, Expand);
setOperationAction(ISD::ROTR , MVT::i64, Expand);
More information about the llvm-commits
mailing list