[PATCH] D129761: [LoopVectorize][NFC] Split reductions out from sve-tail-folding into new file

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 05:20:46 PDT 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, kmclaughlin, RosieSumpter.
Herald added subscribers: shiva0217, ctetreau, tschuett.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In sve-tail-folding-reductions.ll I've also added an extra RUN line
to test normal reductions, i.e. not in-loop. This patch is a pre-commit
in preparation for a follow-on patch that changes how reduction selects
are generated in the vector loop.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129761

Files:
  llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding-reductions.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129761.444611.patch
Type: text/x-patch
Size: 39857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/e4dcab42/attachment.bin>


More information about the llvm-commits mailing list