[llvm] [LV] Use requested calling convention for vector math routines (PR #136122)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 17 06:35:29 PDT 2025
================
@@ -21,28 +21,28 @@ declare float @acosf(float)
define void @acos_f64(ptr noalias %in.ptr, ptr noalias %out.ptr) {
; SLEEF-NEON-LABEL: define void @acos_f64
; SLEEF-NEON-SAME: (ptr noalias [[IN_PTR:%.*]], ptr noalias [[OUT_PTR:%.*]]) #[[ATTR0:[0-9]+]] {
-; SLEEF-NEON: [[TMP3:%.*]] = call <2 x double> @_ZGVnN2v_acos(<2 x double> [[WIDE_LOAD:%.*]])
+; SLEEF-NEON: [[TMP2:%.*]] = call <2 x double> @_ZGVnN2v_acos(<2 x double> [[WIDE_LOAD:%.*]])
----------------
david-arm wrote:
https://github.com/llvm/llvm-project/pull/136138
https://github.com/llvm/llvm-project/pull/136122
More information about the llvm-commits
mailing list