Expand rotate instructions on sparcv9 as well.

llvm-svn: 194500
This commit is contained in:
Roman Divacky 2013-11-12 19:04:45 +00:00
parent 61a1bfcd61
commit b6517850fb
1 changed files with 2 additions and 0 deletions

View File

@ -1409,6 +1409,8 @@ SparcTargetLowering::SparcTargetLowering(TargetMachine &TM)
setOperationAction(ISD::CTLZ , MVT::i64, Expand);
setOperationAction(ISD::CTLZ_ZERO_UNDEF, MVT::i64, Expand);
setOperationAction(ISD::BSWAP, MVT::i64, Expand);
setOperationAction(ISD::ROTL , MVT::i64, Expand);
setOperationAction(ISD::ROTR , MVT::i64, Expand);
}
// FIXME: There are instructions available for ATOMIC_FENCE