Matt Arsenault via llvm-dev
2017-Aug-01 05:00 UTC
[llvm-dev] Making an analysis availble during call lowering
> On Jul 31, 2017, at 21:47, Hal Finkel <hfinkel at anl.gov> wrote: > > > > Did you add INITIALIZE_PASS_DEPENDENCY somewhere? > > -HalYes, the selector is ultimately a target defined, normal MachineFunction pass you can add dependencies on. -Matt -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170731/8f60d080/attachment.html>
Hal Finkel via llvm-dev
2017-Aug-01 17:08 UTC
[llvm-dev] Making an analysis availble during call lowering
On 08/01/2017 11:51 AM, Hal Finkel via llvm-dev wrote:> > > On 08/01/2017 12:00 AM, Matt Arsenault wrote: >> >>> On Jul 31, 2017, at 21:47, Hal Finkel <hfinkel at anl.gov >>> <mailto:hfinkel at anl.gov>> wrote: >>> >>> >>> Did you add INITIALIZE_PASS_DEPENDENCY somewhere? >>> >>> -Hal >> >> Yes, the selector is ultimately a target defined, normal >> MachineFunction pass you can add dependencies on. > > Sounds good.Although I don't see this in D35389/D35390. -Hal> > -Hal > >> >> -Matt >> > > -- > Hal Finkel > Lead, Compiler Technology and Programming Languages > Leadership Computing Facility > Argonne National Laboratory > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- Hal Finkel Lead, Compiler Technology and Programming Languages Leadership Computing Facility Argonne National Laboratory -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170801/bc5047de/attachment-0001.html>