[PATCH] D151087: [Clang] Permit address space casts with 'reinterpret_cast' in C++
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 22 13:25:16 PDT 2023
arsenm added a comment.
In D151087#4361237 <https://reviews.llvm.org/D151087#4361237>, @ebevhan wrote:
> What is now a reinterpret_cast? An address space conversion, or a bitcast? It's not as straightforward as it might seem.
This is the most straightforward part. It's a bitcast.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151087/new/
https://reviews.llvm.org/D151087
More information about the cfe-commits
mailing list