[PATCH] D61802: [LoopVectorize] Enable float minmax reductions via instruction flag

Nicolau Werneck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 12:59:21 PDT 2019


nlw0 added a comment.

In D61802#1501819 <https://reviews.llvm.org/D61802#1501819>, @spatel wrote:

> In D61802#1501752 <https://reviews.llvm.org/D61802#1501752>, @nlw0 wrote:
>
> > My main motivation is just enabling vectorization for "minimum" loops without requiring function attributes. I think having a focus might help ensure I can contribute something, and a small patch would be nice too. I'll gladly work on a larger issue if it's within my reach, though, or if turns out to be required.
>
>
> No problem - I've been putting the underlying changes off for a while, so I'll try to make some progress now and cc you on those patches.


This is excellent, thanks a lot. There's no hurry. I'll try to familiarize myself with PR38086.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61802





More information about the llvm-commits mailing list