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 9d37b46 commit e89b1b7Copy full SHA for e89b1b7
llvm/lib/Analysis/LoopAccessAnalysis.cpp
@@ -243,7 +243,6 @@ static bool evaluatePtrAddRecAtMaxBTCWillNotWrap(
243
[&](RetainedKnowledge RK, Instruction *Assume, auto) {
244
if (!isValidAssumeForContext(Assume, CtxI, DT))
245
return false;
246
- assert(RK.AttrKind == Attribute::Dereferenceable);
247
if (StartPtrV->canBeFreed() &&
248
!willNotFreeBetween(Assume, CtxI))
249
0 commit comments