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 ef50227 commit 2fc1b3dCopy full SHA for 2fc1b3d
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -2749,7 +2749,7 @@ struct MemorySanitizerVisitor : public InstVisitor<MemorySanitizerVisitor> {
2749
assert(I.getType()->isVectorTy());
2750
assert(I.getArgOperand(0)->getType()->isVectorTy());
2751
2752
- FixedVectorType *ParamType =
+ [[maybe_unused]] FixedVectorType *ParamType =
2753
cast<FixedVectorType>(I.getArgOperand(0)->getType());
2754
assert((I.arg_size() != 2) ||
2755
(ParamType == cast<FixedVectorType>(I.getArgOperand(1)->getType())));
0 commit comments