[PATCH] D35458: [Polly][PM][WIP] Polly pass registration
Philip Pfaffe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 16 09:11:43 PDT 2017
philip.pfaffe added a comment.
Here is what I meant with minimal changes required to the LLVM tools: https://github.com/llvm-mirror/clang/blob/master/tools/driver/cc1_main.cpp#L68
Things like clang, opt, and bugpoint need to call `RegisterPollyPasses` from this patch on the new-PM path just like they did `initializePollyPasses` for the legacy PM. Will follow up with patches.
Repository:
rL LLVM
https://reviews.llvm.org/D35458
More information about the llvm-commits
mailing list