[all-commits] [llvm/llvm-project] fd13c0: ConstantFolding: Do not fold fcmp of denormal with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Nov 7 17:13:29 PST 2024
Branch: refs/heads/users/arsenm/fix-constant-folding-fcmp-denormal-unknown-mode-issue114947
Home: https://github.com/llvm/llvm-project
Commit: fd13c0180670b72aac24a8ba64bb0a54ed90b1ec
https://github.com/llvm/llvm-project/commit/fd13c0180670b72aac24a8ba64bb0a54ed90b1ec
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-07 (Thu, 07 Nov 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/ConstProp/bitcast.ll
A llvm/test/Transforms/SCCP/no-fold-fcmp-dynamic-denormal-mode-issue114947.ll
Log Message:
-----------
ConstantFolding: Do not fold fcmp of denormal without known mode
Fixes #114947
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