[PATCH] D128183: [clang][dataflow] Extend flow condition in the body of a do/while loop
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 20 08:01:17 PDT 2022
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:3700
+ EXPECT_TRUE(AfterLoopEnv.flowConditionImplies(
+ AfterLoopEnv.makeNot(AfterLoopFooVal)));
+ });
----------------
Can we infer that after the loop bar is false?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128183/new/
https://reviews.llvm.org/D128183
More information about the cfe-commits
mailing list