[llvm] [HLSL] Analyze update counter usage (PR #130356)

Finn Plummer via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 11:50:44 PDT 2025


================
@@ -280,4 +281,171 @@ declare target("dx.RawBuffer", float, 1, 0) @ind.func(target("dx.RawBuffer", flo
   }
 }
 
+TEST_F(UniqueResourceFromUseTest, TestResourceCounterDecrement) {
----------------
inbelic wrote:

Can we add a comment describing the goal of the test.

My understanding is that we want to make sure the map is correctly constructed to only have decrements.

Does this also (want to) check that no diagnostic is raised?

Should we also check the map `CounterDirection` "map" has a size as expected (should there just be 1 or 3 elements)? Edit: ah maybe the `Bindings.size()` does that

This would apply to the other testcases here

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


More information about the llvm-commits mailing list