[all-commits] [llvm/llvm-project] 78a73d: [DirectX backend] PartSize not include PartHeader
Xiang Li via All-commits
all-commits at lists.llvm.org
Mon Jan 9 16:19:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78a73dda601279b33691e6fb67047155c2390af6
https://github.com/llvm/llvm-project/commit/78a73dda601279b33691e6fb67047155c2390af6
Author: Xiang Li <python3kgae at outlook.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M llvm/lib/MC/MCDXContainerWriter.cpp
M llvm/test/CodeGen/DirectX/ContainerData/DebugShaderHash.ll
M llvm/test/CodeGen/DirectX/ContainerData/ShaderHash.ll
M llvm/test/CodeGen/DirectX/ShaderFlags/double-extensions.ll
M llvm/test/CodeGen/DirectX/ShaderFlags/doubles.ll
M llvm/test/CodeGen/DirectX/embed-dxil.ll
Log Message:
-----------
[DirectX backend] PartSize not include PartHeader
PartSize for a part in dx container is only the size of the content of the part, not include size of the PartHeader.
Differential Revision: https://reviews.llvm.org/D141207
More information about the All-commits
mailing list