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 fc9fe0f commit 3c60c03Copy full SHA for 3c60c03
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -3903,7 +3903,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
3903
ReturnType->getPrimitiveSizeInBits());
3904
3905
if (I.arg_size() == 3) {
3906
- auto *AccumulatorType = cast<FixedVectorType>(I.getOperand(0)->getType());
+ [[maybe_unused]] auto *AccumulatorType = cast<FixedVectorType>(I.getOperand(0)->getType());
3907
assert(AccumulatorType == ReturnType);
3908
}
3909
0 commit comments