llvm-project/llvm/test/Transforms/InferAddressSpaces
Michael Liao f375885ab8 [InferAddrSpace] Teach to handle assumed address space.
- In certain cases, a generic pointer could be assumed as a pointer to
  the global memory space or other spaces. With a dedicated target hook
  to query that address space from a given value, infer-address-space
  pass could infer and propagate that to all its users.

Differential Revision: https://reviews.llvm.org/D91121
2020-11-16 17:06:33 -05:00
..
AMDGPU [InferAddrSpace] Teach to handle assumed address space. 2020-11-16 17:06:33 -05:00
NVPTX