[PATCH] D108136: [LoopVectorize] Permit vectorisation of more select(cmp(), X, Y) reduction patterns

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 01:41:52 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
david-arm marked an inline comment as done.
Closed by commit rG26b7d9d62275: [LoopVectorize] Permit vectorisation of more select(cmp(), X, Y) reduction… (authored by david-arm).

Changed prior to commit:
  https://reviews.llvm.org/D108136?vs=378129&id=378593#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108136

Files:
  llvm/include/llvm/Analysis/IVDescriptors.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Analysis/IVDescriptors.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/test/Transforms/LoopVectorize/AArch64/sve-select-cmp.ll
  llvm/test/Transforms/LoopVectorize/scalable-reduction-inloop.ll
  llvm/test/Transforms/LoopVectorize/select-cmp-predicated.ll
  llvm/test/Transforms/LoopVectorize/select-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108136.378593.patch
Type: text/x-patch
Size: 72136 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211011/0ad6a3e9/attachment-0001.bin>


More information about the llvm-commits mailing list