[PATCH] D141628: [DirectX backend] support empty program signature parts for compute shader

Xiang Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 12 22:02:34 PST 2023


python3kgae updated this revision to Diff 488865.
python3kgae marked an inline comment as done.
python3kgae added a comment.

Add test for new globals generated in DXContatinerGlobal pass.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141628/new/

https://reviews.llvm.org/D141628

Files:
  llvm/include/llvm/BinaryFormat/DXContainer.h
  llvm/include/llvm/BinaryFormat/DXContainerConstants.def
  llvm/include/llvm/Object/DXContainer.h
  llvm/include/llvm/ObjectYAML/DXContainerYAML.h
  llvm/lib/Object/DXContainer.cpp
  llvm/lib/ObjectYAML/DXContainerEmitter.cpp
  llvm/lib/ObjectYAML/DXContainerYAML.cpp
  llvm/lib/Target/DirectX/DXContainerGlobals.cpp
  llvm/lib/Target/DirectX/DirectXTargetMachine.cpp
  llvm/test/CodeGen/DirectX/ContainerData/EmptyProgramSignature.ll
  llvm/test/tools/obj2yaml/DXContainer/EmptyProgramSignature.yaml
  llvm/tools/obj2yaml/dxcontainer2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141628.488865.patch
Type: text/x-patch
Size: 14297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230113/39a9f2bc/attachment.bin>


More information about the llvm-commits mailing list