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

Ashley Coleman via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 09:27:21 PDT 2025


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

picked the one with least churn so we can get the PR in. If someone comes along later to disagree, I'll happily create a new PR to swap them!

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


More information about the llvm-commits mailing list