[all-commits] [llvm/llvm-project] 1f07f9: [ConstantFold] Fold `tgamma` and `tgammaf` when th...
c8ef via All-commits
all-commits at lists.llvm.org
Thu Oct 31 18:08:16 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f07f995cc994dfb46b65fe97986efca15cf304b
https://github.com/llvm/llvm-project/commit/1f07f995cc994dfb46b65fe97986efca15cf304b
Author: c8ef <c8ef at outlook.com>
Date: 2024-11-01 (Fri, 01 Nov 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
A llvm/test/Transforms/InstCombine/tgamma.ll
Log Message:
-----------
[ConstantFold] Fold `tgamma` and `tgammaf` when the input parameter is a constant value. (#114065)
This patch adds support for constant folding for the `tgamma` and
`tgammaf` 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