[llvm] [LV] Use requested calling convention for vector math routines (PR #136122)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 06:25:56 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:%.*]])
----------------
fhahn wrote:

It looks like most test updates are unrelated re-namings which makes it difficult to spot the actual changes. Would it be possible to strip the unneeded changes?

https://github.com/llvm/llvm-project/pull/136122


More information about the llvm-commits mailing list