[x86] lower calls to llvm.maxnum.v4f32 using maxps
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
index 38bff44e7542533b6a6e8ed71eebc43816b31aa9..c689b7f7201e207c3d56999f4f7d58b1b6fe1bc3 100644 (file)
@@ -122,6 +122,8 @@ bool Filler::runOnMachineBasicBlock(MachineBasicBlock &MBB) {
       continue;
     }
 
+    // TODO: If we ever want to support v7, this needs to be extended
+    // to cover all floating point operations.
     if (!Subtarget->isV9() &&
         (MI->getOpcode() == SP::FCMPS || MI->getOpcode() == SP::FCMPD
          || MI->getOpcode() == SP::FCMPQ)) {