[all-commits] [llvm/llvm-project] 987026: ValueTracking: Handle minimumnum and maximumnum in...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue May 6 11:44:10 PDT 2025
Branch: refs/heads/users/arsenm/valuetracking/handle-minimumnum-maximumnum-computeKnownFPClass
Home: https://github.com/llvm/llvm-project
Commit: 9870263e805b10dc7866ae9c72433d2c681005c5
https://github.com/llvm/llvm-project/commit/9870263e805b10dc7866ae9c72433d2c681005c5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Transforms/Attributor/nofpclass-minimumnum-maximumnum.ll
M llvm/unittests/Analysis/ValueTrackingTest.cpp
Log Message:
-----------
ValueTracking: Handle minimumnum and maximumnum in computeKnownFPClass
For now use the same treatment as minnum/maxnum, but these should
diverge. alive2 seems happy with this, except for some preexisting bugs
with weird denormal modes.
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