[PATCH] D92473: [Legalizer] Promote result type in expanding FP_TO_XINT

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 28 08:15:23 PST 2020


nemanjai added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp:916
+// promoted libcall.
+static RTLIB::Libcall findConversionLibcall(EVT SrcVT, EVT RetVT, EVT &Promoted,
+                                            bool Signed) {
----------------
I think `Conversion` is to vague here. Perhaps `findFPToIntLibcall()`?


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

https://reviews.llvm.org/D92473



More information about the llvm-commits mailing list