[PATCH] D105632: [LV] Use lookThroughAnd with logical reductions

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 03:16:11 PDT 2021


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

- Removed CHECK lines for the scalar loop from the min/max tests in trunc-reductions.ll and replaced with the following:

  CHECK-NOT: vector.body
  CHECK-NOT: <8 x
  CHECK: ret


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

https://reviews.llvm.org/D105632

Files:
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/test/Transforms/LoopVectorize/reduction-inloop-pred.ll
  llvm/test/Transforms/LoopVectorize/reduction-inloop.ll
  llvm/test/Transforms/LoopVectorize/trunc-reductions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105632.359724.patch
Type: text/x-patch
Size: 22257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210719/cd05511f/attachment.bin>


More information about the llvm-commits mailing list