Skip to content

Commit 697c81b

Browse files
committed
tests: adjust expectation for f128 abi on Windows
llvm/llvm-project@5ee1c0b updates llvm to match the documented calling convention to pass f128 indirectly. @rustbot label llvm-main
1 parent 59a9b9e commit 697c81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/assembly/x86_64-windows-float-abi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub extern "C" fn second_f64(_: f64, x: f64) -> f64 {
3737
}
3838

3939
// CHECK-LABEL: second_f128
40-
// CHECK: movaps %xmm1, %xmm0
40+
// CHECK: movaps {{(%xmm1|\(%rdx\))}}, %xmm0
4141
// CHECK-NEXT: retq
4242
#[no_mangle]
4343
pub extern "C" fn second_f128(_: f128, x: f128) -> f128 {

0 commit comments

Comments
 (0)