[PATCH] D127990: [DirectX] add thread/group id DXIL operations.
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 10:58:23 PDT 2022
beanz added inline comments.
================
Comment at: llvm/include/llvm/IR/IntrinsicsDXIL.td:15
+
+def int_dxil_ThreadId : Intrinsic<[llvm_i32_ty], [llvm_i32_ty], [IntrNoMem, IntrWillReturn]>;
+def int_dxil_GroupId : Intrinsic<[llvm_i32_ty], [llvm_i32_ty], [IntrNoMem, IntrWillReturn]>;
----------------
nit: by convention in LLVM intrinsics are generally lower-case `_` separated words.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127990/new/
https://reviews.llvm.org/D127990
More information about the llvm-commits
mailing list