================
@@ -0,0 +1,66 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -o - 
-fsyntax-only %s -verify
----------------
damyanp wrote:

This file seems to now mostly be testing non-error cases of specifying a space 
for registers.  I think it'd probably be better to just merge these into the 
other tests we have.

Specifying a register space isn't some bit special thing, it's part of the 
normal flow we should consider when validating that, say, `u` type registers 
work with particular types of resource.

https://github.com/llvm/llvm-project/pull/106782
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to