[PATCH] D133983: [HLSL] Add SV_DispatchThreadID

Xiang Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 21 16:30:50 PDT 2022


python3kgae updated this revision to Diff 462039.
python3kgae marked 4 inline comments as done.
python3kgae added a comment.

Add type check for dispatch thread id.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133983/new/

https://reviews.llvm.org/D133983

Files:
  clang/include/clang/Basic/Attr.td
  clang/include/clang/Basic/AttrDocs.td
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/lib/CodeGen/CGHLSLRuntime.cpp
  clang/lib/CodeGen/CGHLSLRuntime.h
  clang/lib/Sema/SemaDeclAttr.cpp
  clang/test/CodeGenHLSL/semantics/DispatchThreadID.hlsl
  clang/test/SemaHLSL/Semantics/entry_parameter.hlsl
  clang/test/SemaHLSL/Semantics/invalid_entry_parameter.hlsl
  clang/test/SemaHLSL/Semantics/valid_entry_parameter.hlsl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133983.462039.patch
Type: text/x-patch
Size: 12172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220921/9a3388ab/attachment.bin>


More information about the cfe-commits mailing list