[all-commits] [llvm/llvm-project] feb20a: [GlobalISel] add missing libcalls and 128-bit supp...

Dominik Montada via All-commits all-commits at lists.llvm.org
Fri Mar 6 00:07:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: feb20a159410dfec4055428911c7eb2bc908cf12
      https://github.com/llvm/llvm-project/commit/feb20a159410dfec4055428911c7eb2bc908cf12
  Author: Dominik Montada <dominik.montada at hightec-rt.com>
  Date:   2020-03-06 (Fri, 06 Mar 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/unittests/CodeGen/GlobalISel/LegalizerHelperTest.cpp

  Log Message:
  -----------
  [GlobalISel] add missing libcalls and 128-bit support for floating points

Add libcall support for G_FMINNUM, G_FMAXNUM, G_FSQRT, G_FRINT, G_FNEARBYINT.
Add 128-bit libcall support for all simple libcalls.

Reviewers: arsenm, Petar.Avramovic, dsanders, petarj, paquette

Subscribers: wdng, rovka, hiraditya, volkan, llvm-commits

Differential Revision: https://reviews.llvm.org/D75516




More information about the All-commits mailing list