[PATCH] D86295: [analyzer] Reorder the layout of MemRegion and cache by hand for optimal size
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 20 10:11:43 PDT 2020
steakhal added a comment.
In D86295#2228745 <https://reviews.llvm.org/D86295#2228745>, @xazax.hun wrote:
> But unless you add a comment one will probably replace the offset with an optional as the part of a refactoring.
Sure, I will leave a note.
I was thinking using a PointerIntUnion though. I haven't used it yet, but it's mught be a good candidate. What do you think?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86295/new/
https://reviews.llvm.org/D86295
More information about the cfe-commits
mailing list