================
@@ -0,0 +1,85 @@
+// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-compute -emit-llvm 
-disable-llvm-passes -finclude-default-header -o - %s | llvm-cxxfilt | 
FileCheck %s
+
+struct MyStruct {
+  float f;
+  RWBuffer<float> Buf;
+
+  void Store() const {
----------------
hekota wrote:

Yes, this is the case where the resource class/handle is constant, even though 
the resource (or the memory it is pointing to) is not.

https://github.com/llvm/llvm-project/pull/206596
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to