[PATCH] D99587: [AMDGPU] Deduce sign from address space

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 30 06:21:43 PDT 2021


arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.

This isn't a property of the address space, but of the instruction. You can use flat instructions to access global address space. You cannot go backwards this way


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99587



More information about the llvm-commits mailing list