[PATCH] D153491: [dataflow] Avoid copying environment
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 23 01:23:39 PDT 2023
xazax.hun added a comment.
This sounds extremely error-prone to me. In case copying the analysis state has side effects like this, I would argue we want such operations to be really explicit. What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153491/new/
https://reviews.llvm.org/D153491
More information about the cfe-commits
mailing list