[all-commits] [llvm/llvm-project] 47a6da: [ConstantFold] Fold `log1p` and `log1pf` when the ...
c8ef via All-commits
all-commits at lists.llvm.org
Tue Oct 15 09:19:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47a6da2d4dc7d996eb2678243ac566822d59e483
https://github.com/llvm/llvm-project/commit/47a6da2d4dc7d996eb2678243ac566822d59e483
Author: c8ef <c8ef at outlook.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
A llvm/test/Transforms/InstCombine/log1p.ll
Log Message:
-----------
[ConstantFold] Fold `log1p` and `log1pf` when the input parameter is a constant value. (#112113)
This patch adds support for constant folding for the `log1p` and
`log1pf` libc functions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list