R600/SI: Don't enable WQM for V_INTERP_* instructions v2
[oota-llvm.git] / lib / Target / R600 / SILowerControlFlow.cpp
index f014f2e63deb0bf83c93a5f7de4e2126241ba8bf..2e08c9f5a5de6ad92fc346b0719979aa2a65fcd7 100644 (file)
@@ -513,12 +513,6 @@ bool SILowerControlFlowPass::runOnMachineFunction(MachineFunction &MF) {
         case AMDGPU::SI_INDIRECT_DST_V16:
           IndirectDst(MI);
           break;
-
-        case AMDGPU::V_INTERP_P1_F32:
-        case AMDGPU::V_INTERP_P2_F32:
-        case AMDGPU::V_INTERP_MOV_F32:
-          NeedWQM = true;
-          break;
       }
     }
   }