[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
Wed Jul 27 11:18:20 PDT 2022
jcranmer-intel updated this revision to Diff 448103.
jcranmer-intel marked an inline comment as done.
jcranmer-intel added a comment.
Fix DirectX build.
Also took the opportunity to fix the printing of typed pointer slightly.
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/IR/TypesTest.cpp
llvm/unittests/Target/DirectX/PointerTypeAnalysisTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130592.448103.patch
Type: text/x-patch
Size: 17107 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220727/8d286783/attachment.bin>
More information about the llvm-commits
mailing list