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

Kaylor, Andrew andrew.kaylor at intel.com
Tue Jan 21 16:47:01 PST 2014


What's the impact of these passes on compile time?

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Juergen Ributzka
Sent: Tuesday, January 21, 2014 10:30 AM
To: LLVM Commits
Subject: [PATCH] Add target analysis passes to the codegen pipeline for MCJIT

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<mailto: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/20140122/93646648/attachment.html>


More information about the llvm-commits mailing list