[PATCH] D152022: [CodeGen] Add support for reductions in ComplexDeinterleaving pass

Igor Kirillov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 2 12:18:44 PDT 2023


igor.kirillov created this revision.
Herald added subscribers: ctetreau, hiraditya.
Herald added a project: All.
igor.kirillov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This commit enhances the ComplexDeinterleaving pass to handle unordered
reductions in simple one-block vectorized loops, supporting both
SVE and Neon architectures.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D152022

Files:
  llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152022.527930.patch
Type: text/x-patch
Size: 12775 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/2b32cb17/attachment.bin>


More information about the llvm-commits mailing list