We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1f8b0 commit d4c02a5Copy full SHA for d4c02a5
clang/test/DebugInfo/KeyInstructions/cast.c
@@ -4,6 +4,9 @@
4
// RUN: %clang_cc1 -triple x86_64-linux-gnu -gkey-instructions -gno-column-info -x c %s -debug-info-kind=line-tables-only -emit-llvm -o - \
5
// RUN: | FileCheck %s --implicit-check-not atomGroup --implicit-check-not atomRank
6
7
+// Check that when a cast is a Key Instruction backup we add its operand
8
+// instruction, if there is one, to the source atom too.
9
+
10
float g;
11
void a() {
12
// CHECK: %0 = load float, ptr @g{{.*}}, !dbg [[G1R3:!.*]]
0 commit comments