[PATCH] Add target analysis passes to the codegen pipeline for MCJIT

Yaron Keren yaron.keren at gmail.com
Tue Jan 21 10:45:07 PST 2014


Hi Juergen,

Should these passes be added also in LLVMTargetMachine::addPassesToEmitFile
?

Yaron



2014/1/21 Juergen Ributzka <juergen at apple.com>

> Hi @ll,
>
> for some reason we forgot to add the target specific analysis passes to
> the codgen pipeline of MCJIT. All other tools (llc, etc) use these passes
> and so should MCJIT.
>
> This patch adds the missing passes to the codegen pipeline. It also
> exposes the AddAnalysisPasses method through the C API, because the
> optimizer passes could also benefit from it.
>
> Cheers,
> Juergen
>
>
>
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140121/5c476750/attachment.html>


More information about the llvm-commits mailing list