| ... | @@ -7154,8 +7154,7 @@ pub fn ccAbiPromoteInt(cc: std.builtin.CallingConvention, zcu: *Zcu, ty: Type) ? | ... | @@ -7154,8 +7154,7 @@ pub fn ccAbiPromoteInt(cc: std.builtin.CallingConvention, zcu: *Zcu, ty: Type) ? |
| 7154 | .mips64el, | 7154 | .mips64el, |
| 7155 | => switch (int_info.bits) { | 7155 | => switch (int_info.bits) { |
| 7156 | 8, 16, 64 => int_info.signedness, | 7156 | 8, 16, 64 => int_info.signedness, |
| 7157 | // https://github.com/llvm/llvm-project/issues/179088 | 7157 | 32 => .signed, |
| 7158 | // 32 => .signed, | | |
| 7159 | else => null, | 7158 | else => null, |
| 7160 | }, | 7159 | }, |
| 7161 | | 7160 | |