[PATCH] D112078: [AArch64][SVE] Add new ld<n> intrinsics that return a struct of vscale types
Peter Waller via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 20 08:08:55 PDT 2021
peterwaller-arm added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-ldN-sret-reg+reg-addr-mode.ll:254
+ret { <vscale x 2 x double>, <vscale x 2 x double>, <vscale x 2 x double>, <vscale x 2 x double> } %res
+}
+
----------------
Nit: 2-indent for function bodies?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112078/new/
https://reviews.llvm.org/D112078
More information about the llvm-commits
mailing list