Skip to content

test: Fix test/IRGen/moveonly_value_functions_onone.swift for 32-bit platforms #72054

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/IRGen/moveonly_value_functions_onone.swift
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,12 @@ public func takeOuterSinglePayloadNC_1<T>(_ e: consuming OuterSinglePayloadNC_1<
// CHECK-SAME: ptr %T)
// CHECK-SAME: {
// CHECK: [[RESPONSE:%[^,]+]] = call swiftcc %swift.metadata_response @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVMa"(
// CHECK-SAME: i64 0,
// CHECK-SAME: [[INT]] 0,
// CHECK-SAME: ptr %T)
// CHECK: [[METADATA:%[^,]+]] = extractvalue %swift.metadata_response [[RESPONSE]], 0
// CHECK: call swiftcc void @"$s30moveonly_value_functions_onone26InnerDeinitingReleasableNCVfD"(
// CHECK-SAME: ptr [[METADATA]],
// CHECK-SAME: ptr noalias nocapture swiftself dereferenceable(64) %0)
// ptr noalias nocapture swiftself dereferenceable(64) %0)
// CHECK: }
public func takeOuterSinglePayloadNC_2<T>(_ e: consuming OuterSinglePayloadNC_2<T>) {}

Expand Down