Add FIXME for when we support more specific XMM registers.
authorEric Christopher <echristo@apple.com>
Thu, 27 Aug 2009 18:08:16 +0000 (18:08 +0000)
committerEric Christopher <echristo@apple.com>
Thu, 27 Aug 2009 18:08:16 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80269 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index d404da0031d232471db9c1c2a26b5968bddecec0..15af42e8c48da43597f8ec0db2b7452870dace19 100644 (file)
@@ -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 {