[PATCH] D151284: [RISCV] Custom lower FP_TO_FP16 and FP16_TO_FP to correct ABI of of libcall
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 30 16:53:35 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:4755
+ // float ABIs.
+ assert(Subtarget.hasStdExtFOrZfinx() && "Unexpected custom legalization");
+ SDLoc DL(Op);
----------------
I think we usually use the British spelling "legalisation"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151284/new/
https://reviews.llvm.org/D151284
More information about the llvm-commits
mailing list