[all-commits] [llvm/llvm-project] 896129: [OpaquePtr] Create API to make a copy of a Pointer...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Jun 1 16:52:50 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89612938516b3623ecc038267539f2a4b69312d2
https://github.com/llvm/llvm-project/commit/89612938516b3623ecc038267539f2a4b69312d2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-01 (Tue, 01 Jun 2021)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
M llvm/lib/Target/NVPTX/NVPTXLowerArgs.cpp
M llvm/unittests/IR/TypesTest.cpp
Log Message:
-----------
[OpaquePtr] Create API to make a copy of a PointerType with some address space
Some existing places use getPointerElementType() to create a copy of a
pointer type with some new address space.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D103429
More information about the All-commits
mailing list