Skip to content

Commit 30577d5

Browse files
[X86] Update llc tests after optimizing VBLENDPS to VMOVSS
1 parent 934de03 commit 30577d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/X86/X86FixupInstTuning.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,7 @@ bool X86FixupInstTuningPass::processInstruction(
225225
auto ProcessBLENDToMOV = [&](unsigned MovOpc) -> bool {
226226
if (MI.getOperand(NumOperands - 1).getImm() != 1)
227227
return false;
228-
229228
bool Force = MF.getFunction().hasOptSize();
230-
231229
if (!Force && !NewOpcPreferable(MovOpc))
232230
return false;
233231
MI.setDesc(TII->get(MovOpc));

0 commit comments

Comments
 (0)