[llvm] [X86] Fix ABI for passing after i128 (PR #124134)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 24 01:13:42 PST 2025
================
@@ -1555,30 +1555,30 @@ define <4 x double> @fmuladd_contract_v4f64(<4 x double> %a, <4 x double> %b, <4
; SOFT-FLOAT-64-NEXT: .cfi_offset %r14, -32
; SOFT-FLOAT-64-NEXT: .cfi_offset %r15, -24
; SOFT-FLOAT-64-NEXT: .cfi_offset %rbp, -16
+; SOFT-FLOAT-64-NEXT: movq %r9, %rbp
----------------
phoebewang wrote:
Another, if we have a `<8 x i64>`, will it crash at `assert(NumRegs == 2 && "Should have two parts");`?
https://github.com/llvm/llvm-project/pull/124134
More information about the llvm-commits
mailing list