[llvm] [LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-folding mode using EVL. (PR #76172)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 20:26:04 PDT 2024


appujee wrote:

> > > @alexey-bataev I just noticed that this patch is merged, good work! As you might remember, I was the original author of this patch [back in 2021 while at BSC](https://lists.llvm.org/pipermail/llvm-dev/2021-April/149580.html), before you took over.
> > > I noticed that because of the move from phabricator to github, some of the history of this patch is now lost - I can't find a way to access the initial commits and discussions on the patch from 2021. I will appreciate if you can add an acknowledgement for the initial work on this patch.
> > > CC: @rofirrim @simoll
> > > Vineet Kumar
> > 
> > 
> > Hi, sure! Sorry, forgot about that :(
> 
> Thank you!
> 

Hi Vineet,
Thanks for your work!


> For those interested in the initial version and older discussion on this patch, it is recorded on the internet archive at https://web.archive.org/web/20230128111909/https://reviews.llvm.org/D99750. "Show Older Changes" link on the archived phabricator page does not work anymore, unfortunately.

What you can do is create a PR(on top of the correct baseline) with this change and close the PR. That way it can be there on github as well. It might take a bit but i feel this would help others keep historical context.


https://github.com/llvm/llvm-project/pull/76172


More information about the llvm-commits mailing list