[all-commits] [llvm/llvm-project] 59a8bd: [SimplifyLibCalls] Directly canonicalize fminimum_...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Feb 10 01:07:36 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59a8bd0a746360380f8579a72f6be6ebe8a8e1b0
https://github.com/llvm/llvm-project/commit/59a8bd0a746360380f8579a72f6be6ebe8a8e1b0
Author: Nikita Popov <npopov at redhat.com>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h
M llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Log Message:
-----------
[SimplifyLibCalls] Directly canonicalize fminimum_num to intrinsic (#180555)
Same as https://github.com/llvm/llvm-project/pull/177988, but for
fminimum_num/fmaximum_num. Directly canonicalize these to the
corresponding intrinsics, and let the shrinking happen directly on the
intrinsics.
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