[PATCH] D115822: [RISCV] Revert Zfhmin related changes that aren't tested and depend on f16 being a legal type.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 15 12:57:16 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/calling-conv-half.ll:118
+; RV32-ILP32ZFHMIN-NEXT: mv s0, a0
+; RV32-ILP32ZFHMIN-NEXT: fmv.x.w a0, fa0
+; RV32-ILP32ZFHMIN-NEXT: call __gnu_h2f_ieee at plt
----------------
Prior to this patch, we would pass in a GPR instead of FPR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115822/new/
https://reviews.llvm.org/D115822
More information about the llvm-commits
mailing list