mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
Removed SSE lane blend findCommutedOpIndices overrides. NFCI.
The default op indices frmo TargetInstrInfo::findCommutedOpIndices are being commuted so we don't need to do this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227689 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
982005c23e
commit
4c91d590d5
@ -2810,20 +2810,6 @@ X86InstrInfo::commuteInstruction(MachineInstr *MI, bool NewMI) const {
|
||||
bool X86InstrInfo::findCommutedOpIndices(MachineInstr *MI, unsigned &SrcOpIdx1,
|
||||
unsigned &SrcOpIdx2) const {
|
||||
switch (MI->getOpcode()) {
|
||||
case X86::BLENDPDrri:
|
||||
case X86::BLENDPSrri:
|
||||
case X86::PBLENDWrri:
|
||||
case X86::VBLENDPDrri:
|
||||
case X86::VBLENDPSrri:
|
||||
case X86::VBLENDPDYrri:
|
||||
case X86::VBLENDPSYrri:
|
||||
case X86::VPBLENDDrri:
|
||||
case X86::VPBLENDDYrri:
|
||||
case X86::VPBLENDWrri:
|
||||
case X86::VPBLENDWYrri:
|
||||
SrcOpIdx1 = 1;
|
||||
SrcOpIdx2 = 2;
|
||||
return true;
|
||||
case X86::CMPPDrri:
|
||||
case X86::CMPPSrri:
|
||||
case X86::VCMPPDrri:
|
||||
|
Loading…
x
Reference in New Issue
Block a user