[llvm] [DirectX] Add missing test update for #191528 (PR #195552)
Justin Bogner via llvm-commits
llvm-commits at lists.llvm.org
Sun May 3 13:56:22 PDT 2026
https://github.com/bogner created https://github.com/llvm/llvm-project/pull/195552
In #191528 we added the string table to the YAML and updated many tests that were affected, but it looks like this one was missed.
>From 55b5cf182ab84a45ecb0a39b0070202c5411ff1e Mon Sep 17 00:00:00 2001
From: Justin Bogner <mail at justinbogner.com>
Date: Sun, 3 May 2026 13:47:16 -0700
Subject: [PATCH] [DirectX] Add missing test update for #191528
In #191528 we added the string table to the YAML and updated many tests
that were affected, but it looks like this one was missed.
---
llvm/test/CodeGen/DirectX/ContainerData/RuntimeInfoCS.ll | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/llvm/test/CodeGen/DirectX/ContainerData/RuntimeInfoCS.ll b/llvm/test/CodeGen/DirectX/ContainerData/RuntimeInfoCS.ll
index 595e70092bb08..7c32c96041a59 100644
--- a/llvm/test/CodeGen/DirectX/ContainerData/RuntimeInfoCS.ll
+++ b/llvm/test/CodeGen/DirectX/ContainerData/RuntimeInfoCS.ll
@@ -30,6 +30,10 @@ attributes #0 = { "hlsl.numthreads"="8,8,1" "hlsl.shader"="compute" }
; DXC-NEXT: NumThreadsZ: 1
; DXC-NEXT: EntryName: cs_main
; DXC-NEXT: ResourceStride: 24
+; DXC-NEXT: RuntimeInfoSize: 52
+; DXC-NEXT: StringTable:
+; DXC-NEXT: - String: cs_main
+; DXC-NEXT: Offset: 1
; DXC-NEXT: Resources: []
; DXC-NEXT: SigInputElements: []
; DXC-NEXT: SigOutputElements: []
More information about the llvm-commits
mailing list