[PATCH] D83325: [Sema] Be more thorough when unpacking the AS-qualified pointee for a pointer conversion.
Sven van Haastregt via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 23 07:34:45 PDT 2020
svenvh added a comment.
Wondering if stripping the sugar is the right thing to do here, because it means we don't have any sugar on the resulting type if it has gone through the SCS and pointer type reconstruction?
> I'm unsure if this is currently broken upstream without other patches to exploit the behavior,
I'm not sure either; perhaps @rjmccall has some insights.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83325/new/
https://reviews.llvm.org/D83325
More information about the cfe-commits
mailing list