[PATCH] D117580: [LoopVectorize] Support conditional in-loop vector reductions

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 08:47:11 PST 2022


kmclaughlin updated this revision to Diff 409675.
kmclaughlin marked an inline comment as done.
kmclaughlin added a comment.

- Moved the `and` reduction in the `@unconditional_and` test into the `if.then` block.


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

https://reviews.llvm.org/D117580

Files:
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/scalable-reduction-inloop-cond.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop-cond.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop-uf4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117580.409675.patch
Type: text/x-patch
Size: 80955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220217/690e193b/attachment.bin>


More information about the llvm-commits mailing list