mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
Remove unnecessary call to setOperationAction for SETCC of v2i64 under SSE42. It was already called for the same under SSE2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7016d6fc1
commit
b151a64618
@ -1006,9 +1006,6 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
|
||||
}
|
||||
}
|
||||
|
||||
if (Subtarget->hasSSE42())
|
||||
setOperationAction(ISD::SETCC, MVT::v2i64, Custom);
|
||||
|
||||
if (!TM.Options.UseSoftFloat && Subtarget->hasAVX()) {
|
||||
addRegisterClass(MVT::v32i8, &X86::VR256RegClass);
|
||||
addRegisterClass(MVT::v16i16, &X86::VR256RegClass);
|
||||
|
Loading…
Reference in New Issue
Block a user