[PATCH] D33464: [PM][WIP] Enable out-of-tree registration of passes with the new PassBuilder

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 12:21:17 PDT 2017


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

LGTM

I have some thoughts about simplifying the test, but let's ship this. I think those can be done incrementally afterward. Thanks again for all the work here!



================
Comment at: test/Other/new-pm-lto-defaults.ll:20
 ; RUN:     | FileCheck %s --check-prefix=CHECK-O --check-prefix=CHECK-O2
 
+; RUN: opt -disable-verify -debug-pass-manager \
----------------
nit: Can omit blank line I think?


https://reviews.llvm.org/D33464





More information about the llvm-commits mailing list