[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:27:37 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:

That's going to take quite a long time. :) It would be easier just to regenerate the test checks in a pre-commit.

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


More information about the llvm-commits mailing list