[PATCH] D126973: [clang][dataflow] Relax assumption that `AggregateStorageLocations` correspond to struct type.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 3 11:09:49 PDT 2022
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
In D126973#3556383 <https://reviews.llvm.org/D126973#3556383>, @ymandel wrote:
> I'm generally hesitant about assertions that don't enforce necessary properties (only "nice").
I think not enforcing this in the current model is OK. I am more concerned about the future if we plan to run multiple checks/modeling in the same fixed point iteration. One check might make the assumption that the types are matching up while the other can end up producing values where this is not the case.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126973/new/
https://reviews.llvm.org/D126973
More information about the cfe-commits
mailing list