Skip to content
  • Juergen Ributzka's avatar
    Add target analysis passes to the codegen pipeline for MCJIT. · 5fe955cb
    Juergen Ributzka authored
    This patch adds the target analysis passes (usually TargetTransformInfo) to the
    codgen pipeline. We also expose now the AddAnalysisPasses method through the C
    API, because the optimizer passes would also benefit from better target-specific
    cost models.
    
    Reviewed by Andrew Kaylor
    
    llvm-svn: 199926
    5fe955cb
Loading