[all-commits] [llvm/llvm-project] 352b90: [ConstantFolding] Handle roundeven libcalls (#170692)
valadaptive via All-commits
all-commits at lists.llvm.org
Fri Dec 5 03:07:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 352b90182839024a87e2234092f6b3ea49bf8c23
https://github.com/llvm/llvm-project/commit/352b90182839024a87e2234092f6b3ea49bf8c23
Author: valadaptive <79560998+valadaptive at users.noreply.github.com>
Date: 2025-12-05 (Fri, 05 Dec 2025)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/ConstProp/roundeven.ll
Log Message:
-----------
[ConstantFolding] Handle roundeven libcalls (#170692)
Basically identical to nearbyint and rint, which we already treat as
rounding to nearest with ties to even during constant folding.
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