[PATCH] D131687: [AArch64] Replace aarch64_sve_ldN intrinsic by aarch64_sve_ldN.sret
Caroline via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 15 03:15:22 PDT 2022
CarolineConcatto 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
----------------
sdesmalen wrote:
> There is something going wrong here, because it should not have been lowered to a call.
Thank you Sander.
Good spot. I left aarch64 in the intrinsic name.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131687/new/
https://reviews.llvm.org/D131687
More information about the cfe-commits
mailing list