DXIL doesn't need uselist strtab and symtab blocks which are not supported by llvm3.7 bitcode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141328
[DirectX backend] Remove unused bitcode block for dxil ClosedPublic Authored by python3kgae on Jan 9 2023, 2:46 PM.
Details Summary DXIL doesn't need uselist strtab and symtab blocks which are not supported by llvm3.7 bitcode.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 9 2023, 3:06 PM This revision was landed with ongoing or failed builds.Jan 9 2023, 4:07 PM Closed by commit rGe3becfacfd6f: [DirectX backend] Remove unused bitcode block for dxil (authored by python3kgae). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 487595 llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h
llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp
llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
llvm/test/tools/dxil-dis/BasicIR.ll
|