[llvm-dev] New pass manager - XCore

Arthur Eubanks via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 20 10:58:07 PST 2021


Yup you should be good to go. Only passes in adjustPassManager() are
relevant for the NPM switch.

On Wed, Jan 20, 2021 at 10:53 AM Nigel Perks via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> I realise this is last-minute but can I check that there is nothing the
> XCore target needs to do, to avoid holding up the new pass manager?
>
>
>
> XCore has no passes upstream in Transforms or tested with opt.
>
>
>
> XCore does not use adjustPassManager().
>
>
>
> XCore adds passes in <target>PassConfig, including addIRPasses(), but I
> understand those codegen passes need not be adapted for now.
>
>
>
> I’ve run check-all configured with ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER
> and with opt option default true.
>
>
>
> Just wanted to check to avoid surprises.
>
>
>
> Thanks,
>
>
>
> Nigel
>
>
> _______________________________________________
> 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/20210120/a2a4c5bf/attachment.html>


More information about the llvm-dev mailing list