[llvm] [X86] Fix ABI for passing after i128 (PR #124134)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 23:39:39 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:
There's no `i128` but `<4 x double>`. This test should not be affected, right?
https://github.com/llvm/llvm-project/pull/124134
More information about the llvm-commits
mailing list