[all-commits] [llvm/llvm-project] 0f8745: Revert "[SimplifyCFG] When only one case value is ...
alexfh via All-commits
all-commits at lists.llvm.org
Wed Jan 17 08:51:43 PST 2024
Branch: refs/heads/revert-77831-fix_simplify_cfg_switch
Home: https://github.com/llvm/llvm-project
Commit: 0f8745b4b77d1c1fd0699adb024ed08bcb1233d3
https://github.com/llvm/llvm-project/commit/0f8745b4b77d1c1fd0699adb024ed08bcb1233d3
Author: Alexander Kornienko <alexfh at google.com>
Date: 2024-01-17 (Wed, 17 Jan 2024)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
R llvm/test/Transforms/SimplifyCFG/switch-dead-default-lookup-table.ll
M llvm/test/Transforms/SimplifyCFG/switch-dead-default.ll
Log Message:
-----------
Revert "[SimplifyCFG] When only one case value is missing, replace default with that case (#76669)"
This reverts commit 7d81e072712f4e6a150561b5538ccebda289aa13, which introduces a
compiler memory usage regression. See
https://github.com/llvm/llvm-project/pull/76669#issuecomment-1887659952
More information about the All-commits
mailing list