diff options
Diffstat (limited to 'llvm/lib/Analysis/ValueTracking.cpp')
-rw-r--r-- | llvm/lib/Analysis/ValueTracking.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp index ba6da4d..3d40353 100644 --- a/llvm/lib/Analysis/ValueTracking.cpp +++ b/llvm/lib/Analysis/ValueTracking.cpp @@ -8010,7 +8010,7 @@ static bool isGuaranteedNotToBeUndefOrPoison( Dominator = Dominator->getIDom(); } - if (getKnowledgeValidInContext(V, {Attribute::NoUndef}, CtxI, DT, AC)) + if (AC && getKnowledgeValidInContext(V, {Attribute::NoUndef}, *AC, CtxI, DT)) return true; return false; |