[all-commits] [llvm/llvm-project] e3becf: [DirectX backend] Remove unused bitcode block for ...

Xiang Li via All-commits all-commits at lists.llvm.org
Mon Jan 9 16:07:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3becfacfd6f606671e0d338ac57e06f9cecb2e3
      https://github.com/llvm/llvm-project/commit/e3becfacfd6f606671e0d338ac57e06f9cecb2e3
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
    M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.cpp
    M llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h
    M llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp
    M llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
    M llvm/test/tools/dxil-dis/BasicIR.ll

  Log Message:
  -----------
  [DirectX backend] Remove unused bitcode block for dxil

DXIL doesn't need uselist strtab and symtab blocks which are not supported  by llvm3.7 bitcode.

Differential Revision: https://reviews.llvm.org/D141328




More information about the All-commits mailing list