Skip to content

Commit 1604a5e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86FixupInstTuning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ bool X86FixupInstTuningPass::processInstruction(
221221
auto ProcessUNPCKPS = [&](unsigned NewOpc) -> bool {
222222
return ProcessUNPCKToIntDomain(NewOpc);
223223
};
224-
224+
225225
auto ProcessBLENDToMOV = [&](unsigned MovOpc) -> bool {
226226
if (MI.getOperand(NumOperands - 1).getImm() != 1)
227227
return false;

0 commit comments

Comments
 (0)