search for: 13c5aa5d

Displaying 2 results from an estimated 2 matches for "13c5aa5d".

2018 Apr 19
0
LLVM Pass Managers
...ggest doing so against the new PM, especially if you plan on upstreaming >> your work. >> >> Cheers, >> Philip >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180419/13c5aa5d/attachment.html>
2018 Apr 18
2
LLVM Pass Managers
Hi Philip, Thank you for your reply. So what would be the right way/API to write out-of-tree pass? I've been using *PassManagerBuilder*, which requires a callback refering to *legacy::PassManagerBase*, so I guess this will be no longer the good way to go? Son Tuan Vu On Tue, Apr 17, 2018 at 6:06 PM, Philip Pfaffe <philip.pfaffe at gmail.com> wrote: > Hi Son, > > I have an