[llvm] [HLSL] Move Resource Instance Properties from TypeInfo (PR #135259)
Damyan Pepper via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 11 13:04:19 PDT 2025
================
@@ -353,13 +340,22 @@ class ResourceInfo {
GlobalVariable *Symbol = nullptr;
public:
+ bool GloballyCoherent = false;
+ ResourceCounterDirection CounterDirection = ResourceCounterDirection::Unknown;
----------------
damyanp wrote:
I'll have to defer to @llvm-beanz or @bogner here I think. I have opinions but I'm not sure they're aligned to LLVM's best practices.
https://github.com/llvm/llvm-project/pull/135259
More information about the llvm-commits
mailing list