================
@@ -42,5 +44,15 @@ struct S {
 };
 RWStructuredBuffer<S> T3S0 : register(u3);
 
+// Resource array elements are initialized on access; make sure there is not 
call
+// to initialize RWBuffer<double>.
----------------
s-perron wrote:

```suggestion
// Resource array elements are initialized on access; make sure there is no call
// to initialize RWBuffer<double>.
```

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

Reply via email to