[llvm-dev] New PM for target-specific pre-isel IR passes

Arthur Eubanks via llvm-dev llvm-dev at lists.llvm.org
Tue Sep 8 11:07:38 PDT 2020


That's part of the codegen pipeline and not the optimization pipeline (even
though they are IR passes). ychen is working on making the codegen pipeline
work with the new pass manager, but that is not part of the immediate new
pass manager transition, which is just about the optimization pipeline.

On Mon, Sep 7, 2020 at 8:02 AM Krzysztof Parzyszek via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi,
>
> Is there a mechanism in place to use the new pass manager with
> target-specific passes added (at the moment) via addIRPasses in
> TargetPassConfig?
>
> I did see any code related to that, did I miss something?  Is it in plan?
>
>
> --
> Krzysztof Parzyszek  kparzysz at quicinc.com   AI tools development
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200908/42245b60/attachment.html>


More information about the llvm-dev mailing list