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 3d69bbc commit 574dbe3Copy full SHA for 574dbe3
llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp
@@ -3361,7 +3361,7 @@ void InstrRefBasedLDV::buildVLocValueMap(
3361
continue;
3362
if (BlockLiveIn->Kind == DbgValue::VPHI)
3363
BlockLiveIn->Kind = DbgValue::Def;
3364
- auto &[Var, DILoc] = DVMap.lookupDVID(VarID);
+ [[maybe_unused]] auto &[Var, DILoc] = DVMap.lookupDVID(VarID);
3365
assert(BlockLiveIn->Properties.DIExpr->getFragmentInfo() ==
3366
Var.getFragment() &&
3367
"Fragment info missing during value prop");
0 commit comments