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

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 5 22:29:18 PDT 2022


fhahn added a comment.

I'm aka

In D119661#3599174 <https://reviews.llvm.org/D119661#3599174>, @bsmith wrote:

> 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.

I should be able to wrap up testing for an update by the end of this week.


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