[all-commits] [llvm/llvm-project] ff79d7: InstCombine: Apply demanded mask at recursion limi...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jan 27 09:20:17 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ff79d7d1bf0415e52ad542b059c55f0e92b3bad6
https://github.com/llvm/llvm-project/commit/ff79d7d1bf0415e52ad542b059c55f0e92b3bad6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2026-01-27 (Tue, 27 Jan 2026)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/simplify-demanded-fpclass.ll
Log Message:
-----------
InstCombine: Apply demanded mask at recursion limit in SimplifyDemandedFPClass (#178157)
This fixes missed flag inference in some cases, due to not inferring
no-nan result implies no-nan source. Also start treating explicit
nofpclass
attributes as a leaf value, like a constant or argument.
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