[PATCH] D81373: [WIP] Basic bfloat support on Arm
Oliver Stannard (Linaro) via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 04:52:14 PDT 2020
ostannard added a comment.
Since this patch adds loads, stores, moves and the calling convention, couldn't those be tested here, without waiting for intrinsics?
What do you think is wrong about those patterns? The VLDRH/VSTRH instructions load/store a 16-bit value between memory and floating-point registers, which should work regardless of the type of the value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81373/new/
https://reviews.llvm.org/D81373
More information about the llvm-commits
mailing list