[all-commits] [llvm/llvm-project] fe4152: [libc] move builtin_wrappers out of fputil
michaelrj-google via All-commits
all-commits at lists.llvm.org
Thu Sep 1 11:17:18 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe41529755df946521df64ca9932b58c8eecb52b
https://github.com/llvm/llvm-project/commit/fe41529755df946521df64ca9932b58c8eecb52b
Author: Michael Jones <michaelrj at google.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/Hypot.h
R libc/src/__support/FPUtil/builtin_wrappers.h
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
A libc/src/__support/builtin_wrappers.h
M libc/src/__support/str_to_float.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl
Log Message:
-----------
[libc] move builtin_wrappers out of fputil
builtin_wrappers contains the wrappers for the clz builtins, which do
not depend on anything in fputil. This patch moves the file out of
FPUtil. The location is updated as appropriate.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D133035
More information about the All-commits
mailing list