[PATCH] D131687: [AArch64] Replace aarch64_sve_ldN intrinsic by aarch64_sve_ldN.sret

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 01:15:13 PDT 2022


sdesmalen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll:22
+; CHECK-NEXT:    mov z4.d, z8.d
+; CHECK-NEXT:    bl llvm.aarch64.vector.insert.nxv8f64.nx2f64
+; CHECK-NEXT:    mov w0, #2
----------------
There is something going wrong here, because it should not have been lowered to a call.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131687/new/

https://reviews.llvm.org/D131687



More information about the llvm-commits mailing list