llvm-project icon indicating copy to clipboard operation
llvm-project copied to clipboard

[HLSL] implement `SV_GroupID` semantic

Open llvm-beanz opened this issue 2 years ago • 1 comments

Implement the HLSL SV_GroupID semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid

AC:

  • Implement through to code generation
  • Can print the AST to verify the generation

llvm-beanz avatar Oct 24 '23 20:10 llvm-beanz

I'll work on this task.

lizhengxing avatar Sep 26 '24 18:09 lizhengxing

@llvm/issue-subscribers-clang-frontend

Author: Chris B (llvm-beanz)

Implement the HLSL `SV_GroupID` semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid

AC:

  • Implement through to code generation
  • Can print the AST to verify the generation

llvmbot avatar Nov 26 '24 18:11 llvmbot

@llvm/issue-subscribers-clang-codegen

Author: Chris B (llvm-beanz)

Implement the HLSL `SV_GroupID` semantic for entry parameter declarations:

https://learn.microsoft.com/en-us/windows/win32/direct3dhlsl/sv-groupid

AC:

  • Implement through to code generation
  • Can print the AST to verify the generation

llvmbot avatar Nov 26 '24 18:11 llvmbot