[llvm-branch-commits] [clang] 05b5090 - Port 5b4819e to release/21.x
Douglas Yung via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 6 07:43:52 PDT 2025
Author: David Blaikie
Date: 2025-10-06T14:43:40Z
New Revision: 05b5090e961f6b45ba9144d4d846e0f174d0aedf
URL: https://github.com/llvm/llvm-project/commit/05b5090e961f6b45ba9144d4d846e0f174d0aedf
DIFF: https://github.com/llvm/llvm-project/commit/05b5090e961f6b45ba9144d4d846e0f174d0aedf.diff
LOG: Port 5b4819e to release/21.x
Fix for the port of 665e875 to release/21.x in PR156664
Added:
Modified:
clang/test/CodeGenCXX/debug-info-structured-binding.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/debug-info-structured-binding.cpp b/clang/test/CodeGenCXX/debug-info-structured-binding.cpp
index 4a4a4d8bdfaad..8032ce85c9e25 100644
--- a/clang/test/CodeGenCXX/debug-info-structured-binding.cpp
+++ b/clang/test/CodeGenCXX/debug-info-structured-binding.cpp
@@ -10,7 +10,7 @@
// CHECK: getelementptr inbounds nuw %struct.A, ptr {{.*}}, i32 0, i32 1, !dbg ![[Y1_DEBUG_LOC:[0-9]+]]
// CHECK: getelementptr inbounds nuw %struct.A, ptr {{.*}}, i32 0, i32 1, !dbg ![[Y2_DEBUG_LOC:[0-9]+]]
// CHECK: load ptr, ptr %z2, {{.*}}!dbg ![[Z2_DEBUG_LOC:[0-9]+]]
-// CHECK: getelementptr inbounds [2 x i32], ptr {{.*}}, i64 0, i64 1, !dbg ![[A2_DEBUG_LOC:[0-9]+]]
+// CHECK: getelementptr inbounds [2 x i32], ptr {{.*}}, i{{64|32}} 0, i{{64|32}} 1, !dbg ![[A2_DEBUG_LOC:[0-9]+]]
// CHECK: getelementptr inbounds nuw { i32, i32 }, ptr {{.*}}, i32 0, i32 1, !dbg ![[C2_DEBUG_LOC:[0-9]+]]
// CHECK: extractelement <2 x i32> {{.*}}, i32 1, !dbg ![[V2_DEBUG_LOC:[0-9]+]]
// CHECK: ![[VAR_0]] = !DILocalVariable(name: "a"
More information about the llvm-branch-commits
mailing list