We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5dc8 commit daaaacdCopy full SHA for daaaacd
tests/codegen/issues/issue-105386-ub-in-debuginfo.rs
@@ -15,7 +15,7 @@ pub fn outer_function(x: S, y: S) -> usize {
15
// Check that we do not attempt to load from the spilled arg before it is assigned to
16
// when generating debuginfo.
17
// CHECK-LABEL: @outer_function
18
-// CHECK: [[spill:%.*]] = alloca [72 x i8]
+// CHECK: [[spill:%.*]] = alloca
19
// CHECK-NOT: [[ptr_tmp:%.*]] = getelementptr inbounds i8, ptr [[spill]]
20
// CHECK-NOT: [[load:%.*]] = load ptr, ptr
21
// CHECK: call void @llvm.lifetime.start{{.*}}({{.*}}, ptr [[spill]])
0 commit comments