-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Labels
HLSLHLSL Language SupportHLSL Language Supportclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
- Add resource constructor for explicit binding to
HLSLExternalSemaSource
. - Replace current resource initialization function (in Codegen) with init expression that calls the constructor (in Sema).
- Update default resource constructor to initialize resource handle to
poison
(needs to happen after # 1, otherwise the initialized handle will get overridden).
Design proposal: llvm/wg-hlsl#197
Metadata
Metadata
Assignees
Labels
HLSLHLSL Language SupportHLSL Language Supportclang:codegenIR generation bugs: mangling, exceptions, etc.IR generation bugs: mangling, exceptions, etc.clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Type
Projects
Status
Closed