[PATCH] D119661: [LV] Support chained phis as incoming values for first-order recurs.

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 08:01:16 PDT 2022


bsmith added a comment.

In D119661#3477766 <https://reviews.llvm.org/D119661#3477766>, @fhahn wrote:

> In D119661#3459006 <https://reviews.llvm.org/D119661#3459006>, @bsmith wrote:
>
>> Is there any update on this change? It provides some nice improvements to various workloads we have been looking at and would be good to get in.
>
> I'm planning to pick this up again fairly soon. There's some other work ongoing to break things up a bit and model codegen for entry & exit values explicitly. I think it would be good to make the transitions for first-order recurrence first and then update the patch.

Hi, sorry to prod this again, is there any update on this, specifically which reviews/issues is this waiting on? We're very keen to push this forwards as it addresses some important issues for us, we are willing to help with development/patches in any areas that need it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119661



More information about the llvm-commits mailing list