[PATCH] D132573: [AArch64 - SVE]: Use SVE to lower reduce.fadd.

Hassnaa Hamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 09:59:35 PDT 2022


hassnaa-arm created this revision.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls, tschuett.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

[AArch64 - SVE]: Use SVE to lower reduce.fadd.
Enable custom-lowering of NEON-like fixed-width vector versions of @llvm.vector.reduce.fadd to use SVE's fadda instruction, if SVE is enabled.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132573

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-fixed-length-fadd-reduce.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132573.455261.patch
Type: text/x-patch
Size: 4989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220824/bab5fb30/attachment.bin>


More information about the llvm-commits mailing list