[PATCH] D60720: [ARM] Add v4f16 and v8f16 types to the CallingConv
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 18 05:03:10 PDT 2019
ostannard added inline comments.
================
Comment at: test/CodeGen/ARM/fp16-vector-argument.ll:6
+
+define <4 x half> @test_vabs_f16(<4 x half> %a) {
+; CHECK-LABEL: test_vabs_f16:
----------------
This is only testing the soft-float calling convention, we should also test hard-float. We should also cover multiple vector arguments, including enough arguments that some must be passed on the stack.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60720/new/
https://reviews.llvm.org/D60720
More information about the llvm-commits
mailing list