Issue 75503
Summary [HLSL] Improve documentation on architecture/implementation strategy of HLSL and DXIL
Labels backend:DirectX, HLSL
Assignees bogner
Reporter bogner
    While we briefly discuss architecture in https://clang.llvm.org/docs/HLSL/HLSLSupport.html, we don't really have a lot of guidance written down about how we're approaching implementing HLSL language support or DXIL support. We should either update HLSLSupport.html or add a new document laying down the principles of how we're approaching this. Specifically, this doc should discuss declarative approaches for HLSL constructs, modularity and reusability of components for different use cases and tools, and interoperating with the more generic parts of LLVM and clang.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to