[all-commits] [llvm/llvm-project] 9be5f4: [DirectX] Start documenting DXIL Resource handling...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Tue Jul 16 13:43:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9be5f4f5d5617d11e96fe53e8c3f463252486641
https://github.com/llvm/llvm-project/commit/9be5f4f5d5617d11e96fe53e8c3f463252486641
Author: Justin Bogner <mail at justinbogner.com>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M clang/docs/HLSL/HLSLIRReference.rst
M clang/docs/HLSL/ResourceTypes.rst
A llvm/docs/DirectX/DXILResources.rst
M llvm/docs/DirectXUsage.rst
Log Message:
-----------
[DirectX] Start documenting DXIL Resource handling (#90553)
This adds a new document about DXIL Resource Handling. I've attempted to
describe here how we intend to use TargetExtTypes to represent resources
in LLVM IR and the various intrinsics we'll need to lower these through
LLVM to DXIL.
For now this document is limited to the high level concepts and a few
details on buffer types, and there are a number of TODOs in the document
that we'll iterate on as we progress in the implementation.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list