[llvm] [HLSL] Move Resource Instance Properties from TypeInfo (PR #135259)

Damyan Pepper via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 11 10:57:05 PDT 2025


================
@@ -353,13 +340,22 @@ class ResourceInfo {
   GlobalVariable *Symbol = nullptr;
 
 public:
+  bool GloballyCoherent = false;
+  ResourceCounterDirection CounterDirection = ResourceCounterDirection::Unknown;
----------------
damyanp wrote:

I'm surprised to see public member variables as well as setter functions for them.

https://github.com/llvm/llvm-project/pull/135259


More information about the llvm-commits mailing list