[PATCH] D126316: [clang][dataflow] Make limit on fixpoint-algorithm iterations proportional to size of CFG.
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 24 12:20:54 PDT 2022
tschuett added a comment.
or `min(MaxAverageVisitsPerBlock * BlockStates.size(), 2^16);`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126316/new/
https://reviews.llvm.org/D126316
More information about the cfe-commits
mailing list