[PATCH] D21954: [PM] Add some internal options for testing out the new PM.
Chandler Carruth via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 14 20:16:05 PDT 2016
chandlerc added a comment.
I'd like someone more active on the Clang side to comment about this, but here is my 2 cents...
It seems like it'd be nice to not populate or run or otherwise build up the legacy pass managers when using this option. I guess I would expect something to more split early between the two pipelines, and then merge back before doing codegen.
I'm also somewhat hesitant with the '-middle-end-...' naming, but not sure what would work better. We don't have anything even comparable with the legacy PM, so maybe just "-llvm-custom-passes" or something similar?
https://reviews.llvm.org/D21954
More information about the cfe-commits
mailing list