[llvm-branch-commits] [llvm] [DXIL] Add support for root signature flag element in DXContainer (PR #123147)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 3 15:20:50 PST 2025


================

----------------
joaosaffran wrote:

I am not really sure we can have multiple root signatures in the backend. It is possible in HLSL because we can specify the entry function, therefore you can have multiple entries in a single file. However, when lowering into DXContainer, the binary format only allows a single signature to be present. 

I've reached other members of the team to discuss if this actually the case of if I am missing something.

https://github.com/llvm/llvm-project/pull/123147


More information about the llvm-branch-commits mailing list