[llvm-branch-commits] [llvm] [DirectX] Detect resources with identical overlapping binding (PR #140645)

Helena Kotas via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon May 19 16:23:28 PDT 2025


================
@@ -167,7 +167,6 @@ TEST_F(ResourceBindingAnalysisTest, TestUnboundedAndOverlap) {
   // StructuredBuffer<float> C[]  : register(t0, space2);
   // StructuredBuffer<float> D    : register(t4, space2); /* overlapping */
   StringRef Assembly = R"(
-%__cblayout_CB = type <{ i32 }>
----------------
hekota wrote:

Removing `%__cblayout_CB` because it is not used (copy & paste error from previous change). Same thing on line 201.

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


More information about the llvm-branch-commits mailing list