[PATCH] D86715: [CodeGen] Properly propagating Calling Convention information when lowering vector arguments
Lucas Prates via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 07:48:29 PDT 2020
pratlucas marked an inline comment as done.
pratlucas added inline comments.
================
Comment at: llvm/test/CodeGen/ARM/fp16-v3.ll:31
; CHECK-LABEL: test_bitcast:
-; CHECK: vcvtb.f16.f32
-; CHECK: vcvtb.f16.f32
----------------
arsenm wrote:
> Why were these deleted?
The issue fixed by this patch was preventing the changes from D75169 to be applied for vector arguments such as this one.
With those changes applied, the vector elements are properly passed without the floating point conversion to f32.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86715/new/
https://reviews.llvm.org/D86715
More information about the llvm-commits
mailing list