[PATCH] D50658: Hot cold splitting pass

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 12:51:30 PDT 2018


sebpop added a comment.

In https://reviews.llvm.org/D50658#1247050, @tejohnson wrote:

> In https://reviews.llvm.org/D50658#1240509, @tejohnson wrote:
>
> > I see that there is a new Pass Manager version of your new pass, but I don't see that it is ever being enabled in the new pass manager pipeline (or tested). Are you planning to add that?
>
>
> Pinging question. It should be straightforward to add to the new PM, is that something you plan to do soon as a follow-on?


Sure, we will add the pass to the newPM together with a flag.
The pass will be disabled by default until we get all the bugs fixed.


Repository:
  rL LLVM

https://reviews.llvm.org/D50658





More information about the llvm-commits mailing list