[PATCH] D113822: [RISCV] Promote f16 log/pow/exp/sin/cos/etc. to f32 libcalls.
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 23 04:21:19 PST 2021
frasercrmck accepted this revision.
frasercrmck added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/RISCV/half-intrinsics.ll:1362
+; TODO: FMINNAN and FMAXNAN aren't handled in
+; SelectionDAGLegalize::ExpandNode.
----------------
Typo in comment? Looks like it's copied over from `float-intrinsics.ll` and `double-intrinsics.ll`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113822/new/
https://reviews.llvm.org/D113822
More information about the llvm-commits
mailing list