[PATCH] D103429: [OpaquePtr] Create API to make a copy of a PointerType with some address space

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 15:37:42 PDT 2021


aeubanks created this revision.
aeubanks added a reviewer: dblaikie.
Herald added subscribers: foad, dexonsmith, kerbowa, hiraditya, nhaehnle, jvesely, arsenm, jholewinski.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Some existing places use getPointerElementType() to create a copy of a
pointer type with some new address space.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103429

Files:
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
  llvm/unittests/IR/TypesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103429.348866.patch
Type: text/x-patch
Size: 5756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210531/afc52a0a/attachment.bin>


More information about the llvm-commits mailing list