[PATCH 1/2] Initialize FlattenCFG pass
Jan Vesely
jan.vesely at rutgers.edu
Wed Aug 13 13:27:17 PDT 2014
On Mon, 2014-08-11 at 18:32 -0400, Tom Stellard wrote:
> On Mon, Aug 11, 2014 at 06:18:06PM -0400, Jan Vesely wrote:
> > Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>
> > ---
>
> LGTM for both patches. Thanks.
Thanks for review and help.
Matt, you had comments on previous revisions, should I wait before I
push?
Jan
>
> -Tom
>
> > lib/Transforms/Scalar/Scalar.cpp | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/lib/Transforms/Scalar/Scalar.cpp b/lib/Transforms/Scalar/Scalar.cpp
> > index 12df676..4bebb42 100644
> > --- a/lib/Transforms/Scalar/Scalar.cpp
> > +++ b/lib/Transforms/Scalar/Scalar.cpp
> > @@ -38,6 +38,7 @@ void llvm::initializeScalarOpts(PassRegistry &Registry) {
> > initializeDSEPass(Registry);
> > initializeGVNPass(Registry);
> > initializeEarlyCSEPass(Registry);
> > + initializeFlattenCFGPassPass(Registry);
> > initializeIndVarSimplifyPass(Registry);
> > initializeJumpThreadingPass(Registry);
> > initializeLICMPass(Registry);
> > --
> > 1.9.3
> >
--
Jan Vesely <jan.vesely at rutgers.edu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140813/8a87e063/attachment.sig>
More information about the llvm-commits
mailing list