[clang] [dataflow] Add global condition to DataflowAnalysisContext (PR #65949)
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 13 02:46:56 PDT 2023
================
@@ -150,7 +157,7 @@ bool DataflowAnalysisContext::flowConditionImplies(Atom Token,
Constraints.insert(&arena().makeAtomRef(Token));
Constraints.insert(&arena().makeNot(Val));
llvm::DenseSet<Atom> VisitedTokens;
----------------
sam-mccall wrote:
Indeed, oops!
https://github.com/llvm/llvm-project/pull/65949
More information about the cfe-commits
mailing list