Issue 63834
Summary [DirectX] Common place for transformations between DXIL-flavoured and modern handling of HLSL constructs
Labels HLSL
Assignees bogner
Reporter bogner
    Generating and reading DXIL involves translating between certain constructs (such as entry-point metadata vs function attributes, or the representation of dxil ops). We should isolate the logic for this into a shareable place where it can be used for both reading and writing DXIL.

My initial thought is lib/Transforms/DXIL, but this should be discussed with stakeholders.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to