commit | 36794556ea94abb48ca06912fad8ab5afc148813 | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Sun Aug 31 02:53:19 2008 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Sun Aug 31 02:53:19 2008 +0000 |
tree | 17c412345ab1b1bdf6c20635951ba567c78e5bb9 | |
parent | e42cfaec0037e929ce06e416fd8a95704c2c0152 [diff] [blame] |
Expand for ROTR with MVT::i64. Dale, Could you please review this? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55581 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index ea8da9d..852d7d3 100644 --- a/lib/Target/PowerPC/PPCISelLowering.cpp +++ b/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -125,6 +125,7 @@ // PowerPC does not have ROTR setOperationAction(ISD::ROTR, MVT::i32 , Expand); + setOperationAction(ISD::ROTR, MVT::i64 , Expand); // PowerPC does not have Select setOperationAction(ISD::SELECT, MVT::i32, Expand);