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

Juergen Ributzka juergen at apple.com
Tue Jan 21 10:30:04 PST 2014


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-target-analysis-passes-to-the-codegen-pipeline.patch
Type: application/octet-stream
Size: 4836 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140121/ce154eca/attachment.obj>
-------------- next part --------------





More information about the llvm-commits mailing list