[llvm-branch-commits] [llvm] [HLSLSemanticSignatures] Implement the indexed packing of elements (PR #218061)

Helena Kotas via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Aug 27 12:06:07 PDT 2026


================
@@ -93,11 +107,11 @@ class HLSLSemanticSignaturePackingTest : public testing::Test {
     }
   }
 
-  void expectPackingError(const TestConfig &Config,
+  void expectPackingError(PackingMethod Method, const TestConfig &Config,
----------------
hekota wrote:

```suggestion
  void verifyPackingError(PackingMethod Method, const TestConfig &Config,
```

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


More information about the llvm-branch-commits mailing list