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

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 03:05:04 PDT 2017


philip.pfaffe added a comment.

Regarding Testing:
The unit-test included is a bit stale at the moment, because I didn't keep up with the API changes and extensions. Once everyone is happy with the general callback registration API, I'll flesh it out to also test different IRUnits and the things like extension points and top level pipelines. Moreover, currently it only checks if PassBuilder is happy with the pipeline, it doesn't actually verify that the PassManagers are correctly populated.


https://reviews.llvm.org/D33464





More information about the llvm-commits mailing list