[PATCH] D75516: [GlobalISel] Add missing floating point and s128 libcall support

Dominik Montada via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 05:02:29 PST 2020


gargaroff created this revision.
gargaroff added reviewers: arsenm, Petar.Avramovic, dsanders, petarj, paquette.
Herald added subscribers: llvm-commits, volkan, hiraditya, rovka, wdng.
Herald added a project: LLVM.

Add libcall support for G_FMINNUM, G_FMAXNUM, G_FSQRT, G_FRINT, G_FNEARBYINT.

Add 128-bit support to all simple libcalls.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75516

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75516.247858.patch
Type: text/x-patch
Size: 36879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/7fbb5217/attachment-0001.bin>


More information about the llvm-commits mailing list