[PATCH] D126316: [clang][dataflow] Make limit on fixpoint-algorithm iterations proportional to size of CFG.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 24 12:24:25 PDT 2022


xazax.hun added a comment.

An alternative approach is to maintain separate counters for back edges and bail if those reach a certain limit. But this global limit is way simpler, so it looks good to me.


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