[PATCH] D66720: [LV] Fold tail by masking - handle reductions

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 05:07:38 PST 2020


Ayal added a comment.

In D66720#2413499 <https://reviews.llvm.org/D66720#2413499>, @Kryukova_l_p wrote:

> @Ayal Hi.
> Found a problem caused by these changes.
> Take a look, please. I posted about it here https://bugs.llvm.org/show_bug.cgi?id=47390
>
> I attach the file here too, after the bug point:
> F14287407: reduced-simplified.ll <https://reviews.llvm.org/F14287407>
>
> Run like this:
> opt -passes=loop-vectorize 'reduced-simplified.ll' -S
>
> Could you take a look?
> Thanks in advance.

Thanks @Kryukova_l_p for reporting; the fix in D92017 <https://reviews.llvm.org/D92017> should be pushed shortly.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66720



More information about the llvm-commits mailing list