mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-03 17:39:48 +00:00
Handle new intrinsics with vector arguments.
Patch by Paul Redmond. llvm-svn: 56059
This commit is contained in:
parent
5211f1f5fc
commit
3e4bbf01d0
@ -552,6 +552,11 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
|
||||
setOperationAction(ISD::ROTR, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::BSWAP, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::VSETCC, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::FLOG, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::FLOG2, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::FLOG10, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::FEXP, (MVT::SimpleValueType)VT, Expand);
|
||||
setOperationAction(ISD::FEXP2, (MVT::SimpleValueType)VT, Expand);
|
||||
}
|
||||
|
||||
if (Subtarget->hasMMX()) {
|
||||
|
Loading…
Reference in New Issue
Block a user