forked from OSchip/llvm-project
Add FIXME for when we support more specific XMM registers.
llvm-svn: 80269
This commit is contained in:
parent
799c92bcfb
commit
69baa5139b
|
@ -7595,6 +7595,8 @@ X86TargetLowering::EmitAtomicMinMaxWithCustomInserter(MachineInstr *mInstr,
|
|||
return nextMBB;
|
||||
}
|
||||
|
||||
// FIXME: When we get size specific XMM0 registers, i.e. XMM0_V16I8
|
||||
// all of this code can be replaced with that in the .td file.
|
||||
MachineBasicBlock *
|
||||
X86TargetLowering::EmitPCMP(MachineInstr *MI, MachineBasicBlock *BB,
|
||||
unsigned numArgs, bool memArg) const {
|
||||
|
|
Loading…
Reference in New Issue