[llvm-branch-commits] [clang] [llvm] [DirectX] Validate registers are bound to root signature (PR #146785)

Justin Bogner via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 8 10:49:42 PDT 2025


================
@@ -31,6 +31,7 @@
 ; CHECK-NEXT:   DXIL Module Metadata analysis
 ; CHECK-NEXT:   DXIL Shader Flag Analysis
 ; CHECK-NEXT:   DXIL Translate Metadata
+; CHECK-NEXT:   DXIL Root Signature Analysis
----------------
bogner wrote:

This shouldn't be running twice. As per https://github.com/llvm/llvm-project/pull/146783#pullrequestreview-2998542245 we need to make sure the analysis is preserved instead.

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


More information about the llvm-branch-commits mailing list