[PATCH] D130016: [HLSL] Add __builtin_hlsl_create_handle
Xiang Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 18 09:41:46 PDT 2022
python3kgae added inline comments.
================
Comment at: clang/test/CodeGenHLSL/builtins/create_handle.hlsl:4
+void fn() {
+ (void)__builtin_hlsl_create_handle(0);
+}
----------------
What does the parameter 0 mean here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130016/new/
https://reviews.llvm.org/D130016
More information about the cfe-commits
mailing list