[PATCH] D90738: [RISCV] Support Zfh half-precision floating-point extension.

Hsiangkai Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 08:16:44 PST 2020


HsiangKai added a comment.

In D90738#2411538 <https://reviews.llvm.org/D90738#2411538>, @luismarques wrote:

> I had added an inline comment for `half-arith.ll` nitpicking that it should probably use a hard-float ABI, to cut down on the fmvs. Now it has test checks for both soft float and hard float ABIs. @HsiangKai Is this because you think there is value in testing both scenarios in that file (and several others)?

I didn't think about it too much. I just enumerate the possible combinations of abi and zfh.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90738/new/

https://reviews.llvm.org/D90738



More information about the llvm-commits mailing list