[PATCH] D79580: AMDGPU: Don't assert on unknown address spaces

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 21:08:44 PDT 2020


arsenm added a comment.

In D79580#2026459 <https://reviews.llvm.org/D79580#2026459>, @rampitec wrote:

> Thinking more about it, why do you want to treat it as global? There is one universal address space, generic


Flat is for addressing, not allocation. The non-global flat addressable address spaces need to be specially managed by the compiler, so a user address space aliasing either wouldn’t really work


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

https://reviews.llvm.org/D79580





More information about the llvm-commits mailing list