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 d0869d3 commit ea2fdebCopy full SHA for ea2fdeb
tests/codegen-llvm/uninhabited-transparent-return-abi.rs
@@ -35,7 +35,7 @@ pub fn test_uninhabited_ret_by_ref() {
35
#[no_mangle]
36
pub fn test_uninhabited_ret_by_ref_with_arg(rsi: u32) {
37
// CHECK: %_2 = alloca [24 x i8], align {{8|4}}
38
- // CHECK-NEXT: call void @llvm.lifetime.start.p0(i64 24, ptr nonnull %_2)
+ // CHECK-NEXT: call void @llvm.lifetime.start.p0({{(i64 24, )?}}ptr nonnull %_2)
39
// CHECK-NEXT: call void @opaque_with_arg({{.*}} sret([24 x i8]) {{.*}} %_2, i32 noundef{{( signext)?}} %rsi) #2
40
// CHECK-NEXT: unreachable
41
unsafe {
0 commit comments