[all-commits] [llvm/llvm-project] 3f4674: [libc] Extend MPFRMatcher to handle multiple-input...

Siva Chandra via All-commits all-commits at lists.llvm.org
Tue Aug 25 21:43:20 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f4674a5577dcc63a846d33f61e9bd95e388223d
      https://github.com/llvm/llvm-project/commit/3f4674a5577dcc63a846d33f61e9bd95e388223d
  Author: Siva Chandra Reddy <sivachandra at google.com>
  Date:   2020-08-25 (Tue, 25 Aug 2020)

  Changed paths:
    M libc/test/src/math/CMakeLists.txt
    M libc/test/src/math/frexp_test.cpp
    M libc/test/src/math/frexpf_test.cpp
    M libc/test/src/math/frexpl_test.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.cpp
    M libc/utils/MPFRWrapper/MPFRUtils.h

  Log Message:
  -----------
  [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.

Tests for frexp[f|l] now use the new capability. Not all input-output
combinations have been addressed by this change. Support for newer combinations
can be added in future as needed.

Reviewed By: lntue

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




More information about the All-commits mailing list