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 ec2801a commit 47d8865Copy full SHA for 47d8865
llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
@@ -744,8 +744,7 @@ namespace X86II {
744
// has it as the last op.
745
if (NumOps == 9 && Desc.getOperandConstraint(2, MCOI::TIED_TO) == 0 &&
746
(Desc.getOperandConstraint(3, MCOI::TIED_TO) == 1 ||
747
- Desc.getOperandConstraint(8, MCOI::TIED_TO) == 1) &&
748
- "Instruction with 2 defs isn't gather?")
+ Desc.getOperandConstraint(8, MCOI::TIED_TO) == 1))
749
return 2;
750
return 0;
751
}
0 commit comments