File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/codegen/loongarch-abi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,11 +250,11 @@ pub struct IntDoubleInt {
250250 c : i32 ,
251251}
252252
253- // CHECK: define void @f_int_double_int_s_arg(ptr noalias nocapture noundef dereferenceable(24) %a)
253+ // CHECK: define void @f_int_double_int_s_arg(ptr noalias nocapture noundef align 8 dereferenceable(24) %a)
254254#[ no_mangle]
255255pub extern "C" fn f_int_double_int_s_arg ( a : IntDoubleInt ) { }
256256
257- // CHECK: define void @f_ret_int_double_int_s(ptr noalias nocapture noundef sret(%IntDoubleInt) dereferenceable(24) %0 )
257+ // CHECK: define void @f_ret_int_double_int_s(ptr noalias nocapture noundef sret(%IntDoubleInt) align 8 dereferenceable(24) %_0 )
258258#[ no_mangle]
259259pub extern "C" fn f_ret_int_double_int_s ( ) -> IntDoubleInt {
260260 IntDoubleInt { a : 1 , b : 2. , c : 3 }
You can’t perform that action at this time.
0 commit comments