[PATCH] D122436: Teach the AArch64 backend that vector reduction NEON instructions implicitly zero the high lanes of the result, meaning that we can eliminate explicit zeroing.

Owen Anderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 14:42:48 PDT 2022


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122436

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/vecreduce-zeroing.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122436.418051.patch
Type: text/x-patch
Size: 5030 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220324/1a900001/attachment.bin>


More information about the llvm-commits mailing list