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

Lidiya via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 24 04:35:45 PST 2020


Kryukova_l_p added a comment.
Herald added a subscriber: vkmr.

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


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