Issue 109877
Summary [HLSL] Add missing address spaces
Labels HLSL
Assignees
Reporter llvm-beanz
    HLSL currently doesn't have address space definitions for device (1), constant(2), or node(5). We should add those address spaces to the LangAS enum and address space maps.

We should also update the subscript operator constructions in the HLSLExternalSemaSource to apply the appropriate address space to the return types.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to