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 e696f4e commit dd05933Copy full SHA for dd05933
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -876,7 +876,6 @@ class BinOpSameOpcodeHelper {
876
isBinOpWithConstantInt(Instruction *I) {
877
unsigned Opcode = I->getOpcode();
878
assert(binary_search(SupportedOp, Opcode) && "Unsupported opcode.");
879
- (void)SupportedOp;
880
auto *BinOp = cast<BinaryOperator>(I);
881
if (auto *CI = dyn_cast<ConstantInt>(BinOp->getOperand(1)))
882
return {CI, 1};
0 commit comments