[all-commits] [llvm/llvm-project] 4fa54f: ConstantFolding: Fix handling of canonicalize for ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Dec 13 05:44:33 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fa54f8b8196e83c7ab8856dab582387ce07282f
https://github.com/llvm/llvm-project/commit/4fa54f8b8196e83c7ab8856dab582387ce07282f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/canonicalize.ll
Log Message:
-----------
ConstantFolding: Fix handling of canonicalize for ppc_fp128 0s
Commit: 6acf6661dd17af9f9858f3d3ff67eb88f7675d31
https://github.com/llvm/llvm-project/commit/6acf6661dd17af9f9858f3d3ff67eb88f7675d31
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/test/Transforms/InstSimplify/canonicalize.ll
Log Message:
-----------
ConstantFolding: Ignore output denorm mode for canonicalize
Alive2 opt plugin is now happy with the test. Fixes issue 59245
Compare: https://github.com/llvm/llvm-project/compare/75a479221b72...6acf6661dd17
More information about the All-commits
mailing list