We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934de03 commit 30577d5Copy full SHA for 30577d5
llvm/lib/Target/X86/X86FixupInstTuning.cpp
@@ -225,9 +225,7 @@ bool X86FixupInstTuningPass::processInstruction(
225
auto ProcessBLENDToMOV = [&](unsigned MovOpc) -> bool {
226
if (MI.getOperand(NumOperands - 1).getImm() != 1)
227
return false;
228
-
229
bool Force = MF.getFunction().hasOptSize();
230
231
if (!Force && !NewOpcPreferable(MovOpc))
232
233
MI.setDesc(TII->get(MovOpc));
0 commit comments