beanz added inline comments.

================
Comment at: clang/test/CodeGenHLSL/builtins/create_handle.hlsl:4
+void fn() {
+  (void)__builtin_hlsl_create_handle(0);
+}
----------------
python3kgae wrote:
> What does the parameter 0 mean here?
> 
For the purposes of this test, the value doesn't matter, but in the next patch 
in the sequence D130017, I pass the resource class in that parameter.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130016

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to