[PATCH] D141328: [DirectX backend] Remove unused bitcode block for dxil
Xiang Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 14:46:44 PST 2023
python3kgae created this revision.
python3kgae added reviewers: beanz, pow2clk, bogner, bob80905.
Herald added a subscriber: hiraditya.
Herald added a project: All.
python3kgae requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
DXIL doesn't need uselist strtab and symtab blocks which are not supported by llvm3.7 bitcode.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141328
Files:
llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h
llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp
llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
llvm/test/tools/dxil-dis/BasicIR.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141328.487563.patch
Type: text/x-patch
Size: 8090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230109/0fcd6b79/attachment.bin>
More information about the llvm-commits
mailing list