[all-commits] [llvm/llvm-project] 2639fd: [InlineCost]Account for switch instructons when th...
Mingming Liu via All-commits
all-commits at lists.llvm.org
Wed Sep 20 14:49:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2639fdc5dd0e41d6f45154741dc29d1ae4563906
https://github.com/llvm/llvm-project/commit/2639fdc5dd0e41d6f45154741dc29d1ae4563906
Author: Mingming Liu <mingmingl at google.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M llvm/lib/Analysis/InlineCost.cpp
Log Message:
-----------
[InlineCost]Account for switch instructons when the switch condition could be simplified as a result of inlines.
Reviewed By: kazu
Differential Revision: https://reviews.llvm.org/D152053
More information about the All-commits
mailing list