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

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 23 07:49:10 PST 2020


luismarques added a comment.

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)?


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