[all-commits] [llvm/llvm-project] b90ea5: [ConstantFold] Fold `erf` and `erff` when the inpu...
c8ef via All-commits
all-commits at lists.llvm.org
Mon Oct 21 21:58:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b90ea5caade7b92796276937467a0dabc355a62e
https://github.com/llvm/llvm-project/commit/b90ea5caade7b92796276937467a0dabc355a62e
Author: c8ef <c8ef at outlook.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
A llvm/test/Transforms/InstCombine/erf.ll
Log Message:
-----------
[ConstantFold] Fold `erf` and `erff` when the input parameter is a constant value. (#113079)
This patch adds support for constant folding for the `erf` and `erff`
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