[PATCH] D78243: New pass to make internal linkage symbol names unique

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 20 15:12:53 PDT 2020


echristo added a comment.

In D78243#1990101 <https://reviews.llvm.org/D78243#1990101>, @tmsriram wrote:

> In D78243#1990057 <https://reviews.llvm.org/D78243#1990057>, @MaskRay wrote:
>
> > You may need an `opt -passes='...'` test for the new pass manager and implement the new pass.
> >
> > We are using `-fexperimental-new-pass-manager` heavily.
>
>
> I am already testing -fexperimental-new-pass-manager in D73307 <https://reviews.llvm.org/D73307>, need to do it here?


Probably wouldn't hurt to have both an explicit test for each pass manager.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78243/new/

https://reviews.llvm.org/D78243





More information about the llvm-commits mailing list