[PATCH] D120230: [SelectOpti][1/4] Setup new select-optimize pass

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 21:15:09 PST 2022


Right. I mean pass placement.

On Thu, Mar 10, 2022 at 10:02 PM Teresa Johnson via Phabricator <
reviews at reviews.llvm.org> wrote:

> tejohnson added a comment.
>
> In D120230#3374100 <https://reviews.llvm.org/D120230#3374100>, @davidxl
> wrote:
>
> > The patch looks good to me. Adding Teresa to look at the pass ordering
> change.
>
> Do you mean the placement of the new pass? Because I don't see any changes
> to ordering other than the addition.
>
> One comment about the patch is that it would be good to remove the
> llvm_unreachable, and test for the pass in one of the pass ordering tests.
> E.g. llvm/test/CodeGen/X86/opt-pipeline.ll (there are similar ones for
> other archs too).
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D120230/new/
>
> https://reviews.llvm.org/D120230
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/d9b960b9/attachment.html>


More information about the llvm-commits mailing list