[PATCH] D123586: [clang][dataflow] Weaken abstract comparison to enable loop termination.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 12 16:16:37 PDT 2022
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
Yeah, this is a hard problem in general. This looks like a sensible workaround for the short term, but I'm looking forward to a better solution. I'm a bit worried that the memory model will need some upgrades to properly solve this problem.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123586/new/
https://reviews.llvm.org/D123586
More information about the cfe-commits
mailing list