We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e0824 commit 6dfda0dCopy full SHA for 6dfda0d
tests/codegen/issues/issue-105386-ub-in-debuginfo.rs
@@ -19,3 +19,5 @@ pub fn outer_function(x: S, y: S) -> usize {
19
// CHECK-NOT: [[ptr_tmp:%.*]] = getelementptr inbounds %"{closure@{{.*.rs}}:9:23: 9:25}", ptr [[spill]]
20
// CHECK-NOT: [[load:%.*]] = load ptr, ptr
21
// CHECK: call void @llvm.lifetime.start{{.*}}({{.*}}, ptr [[spill]])
22
+// CHECK: [[inner:%.*]] = getelementptr inbounds %"{{.*}}", ptr [[spill]]
23
+// CHECK: call void @llvm.memcpy{{.*}}(ptr {{align .*}} [[inner]], ptr {{align .*}} %x
0 commit comments