[PATCH] D130592: [IR] Move support for dxil::TypedPointerType to LLVM core IR.
Joshua Cranmer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 26 12:19:22 PDT 2022
jcranmer-intel updated this revision to Diff 447794.
jcranmer-intel added a comment.
Dropping LLVMContext target-specific data, originally added for this feature.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130592/new/
https://reviews.llvm.org/D130592
Files:
llvm/include/llvm/IR/LLVMContext.h
llvm/include/llvm/IR/Type.h
llvm/include/llvm/IR/TypedPointerType.h
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/CMakeLists.txt
llvm/lib/IR/Core.cpp
llvm/lib/IR/LLVMContext.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/lib/IR/TypedPointerType.cpp
llvm/lib/IR/Value.cpp
llvm/lib/Target/DirectX/CMakeLists.txt
llvm/lib/Target/DirectX/DXILPointerType.cpp
llvm/lib/Target/DirectX/DXILPointerType.h
llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
llvm/lib/Target/DirectX/DXILWriter/DXILValueEnumerator.cpp
llvm/lib/Target/DirectX/PointerTypeAnalysis.h
llvm/lib/Target/Hexagon/HexagonTargetObjectFile.cpp
llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130592.447794.patch
Type: text/x-patch
Size: 13052 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220726/870bfbe7/attachment.bin>
More information about the llvm-commits
mailing list