[PATCH] D114533: LLVM IR should allow bitcast between address spaces with the same size.

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 25 09:04:46 PST 2021


arsenm added a comment.

In D114533#3153924 <https://reviews.llvm.org/D114533#3153924>, @jrtc27 wrote:

> This seems like it should not apply to non-integral address spaces?

No, it shouldn’t care about the individual address spaces. It’s a reinterpret of the bits, the type meanings don’t matter


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114533/new/

https://reviews.llvm.org/D114533



More information about the cfe-commits mailing list