1
0
mirror of https://github.com/RPCS3/llvm.git synced 2025-03-01 23:25:56 +00:00
Philip Pfaffe 389880910a [Polly][PM] Register polly passes with the opt tool for the new-pm path
Summary: When polly is linked into the tools because of the LLVM_POLLY_LINK_INTO_TOOLS option being set, we need to register its passes with the PassBuilder. Because polly is linked in, we can directly call its callback registration method, which registers the appropriate callbacks with the new PM's PassBuilder. This essentially follows exactly the way it worked with the legacy PM.

Reviewers: grosser, chandlerc, bollu

Reviewed By: grosser

Subscribers: pollydev, llvm-commits

Differential Revision: https://reviews.llvm.org/D36273

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310043 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-04 09:28:09 +00:00
..
2017-06-28 23:15:16 +00:00
2017-08-02 20:32:26 +00:00
2017-08-02 20:32:26 +00:00
2017-08-02 20:32:26 +00:00
2017-03-30 12:59:53 +00:00