[all-commits] [llvm/llvm-project] 55897e: ConstantFolding: Do not fold fcmp of denormal with...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Nov 8 10:07:29 PST 2024
Branch: refs/heads/users/arsenm/fix-constant-folding-fcmp-denormal-unknown-mode-issue114947
Home: https://github.com/llvm/llvm-project
Commit: 55897ebd690b6b3a01b32cc30b5b07ac3c7742b5
https://github.com/llvm/llvm-project/commit/55897ebd690b6b3a01b32cc30b5b07ac3c7742b5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-08 (Fri, 08 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
Commit: 3988a62e8fcf10eb7e3ed2ef3a217b254931e2b5
https://github.com/llvm/llvm-project/commit/3988a62e8fcf10eb7e3ed2ef3a217b254931e2b5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-08 (Fri, 08 Nov 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/ConstProp/bitcast.ll
Log Message:
-----------
Pass through constantexprs
Commit: 38820a6f45cc7ca84fea95cccb2f61035a1fc316
https://github.com/llvm/llvm-project/commit/38820a6f45cc7ca84fea95cccb2f61035a1fc316
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-08 (Fri, 08 Nov 2024)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
Log Message:
-----------
Comment spacing
Compare: https://github.com/llvm/llvm-project/compare/fd13c0180670...38820a6f45cc
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