[PATCH] D38631: [SimplifyCFG] use pass options and remove the latesimplifycfg pass

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 16:57:18 PDT 2017


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D38631#909794, @spatel wrote:

> Patch updated:
>  Use the "late" options in the default SimplifyCFGPass constructor. This makes the next (functional) patch smaller and eliminates all of the diffs from lib/Passes/PassBuilder.cpp in this one.


LGTM


https://reviews.llvm.org/D38631





More information about the llvm-commits mailing list