[PATCH] D69666: clang: Fix assert on void pointer arithmetic with address_space
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 31 15:49:00 PDT 2019
arsenm added a comment.
In D69666#1728946 <https://reviews.llvm.org/D69666#1728946>, @yaxunl wrote:
> Is the description reversed?
>
> This attempts to preserve the source address space instead of always using the default address space for void pointer type.
I don't think so? This now preserves it, it did not before
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69666/new/
https://reviews.llvm.org/D69666
More information about the cfe-commits
mailing list