[PATCH] D149640: [clang][dataflow] Change PruneTriviallyFalseEdges for building CFG
Kinuko Yasuda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 3 04:36:18 PDT 2023
kinu marked an inline comment as done.
kinu added inline comments.
================
Comment at: clang/unittests/Analysis/FlowSensitive/TransferTest.cpp:2690
+ // `after_loop` is pruned by PruneTriviallyFalseEdges, so we only should
+ // have `in_loop`.
+ ASSERT_TRUE(Results.empty());
----------------
mboehme wrote:
> This comment looks stale?
Good catch, updated!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149640/new/
https://reviews.llvm.org/D149640
More information about the cfe-commits
mailing list