[all-commits] [llvm/llvm-project] fcf074: [NewPM] Handle -simplifycfg in opt
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jun 24 08:20:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fcf0741262c6b0f37f641020f0e5f5e3f5468f2d
https://github.com/llvm/llvm-project/commit/fcf0741262c6b0f37f641020f0e5f5e3f5468f2d
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-06-24 (Wed, 24 Jun 2020)
Changed paths:
M llvm/lib/Passes/PassRegistry.def
Log Message:
-----------
[NewPM] Handle -simplifycfg in opt
Summary:
-simplifycfg is the legacy pass name for SimplifyCFGPass.
There is already -simplify-cfg in FUNCTION_PASS_WITH_PARAMS which
handles options for SimplifyCFGPass. Maybe that should be renamed to
-simplifycfg as well?
This reduces the number of check-llvm failures under NewPM from 2619 to 2392.
Reviewers: hans, leonardchan, asbirlea, ychen
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D82421
More information about the All-commits
mailing list