[PATCH] D88317: [SVE] Lower fixed length VECREDUCE_[UMAX|UMIN] to Scalable

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 09:17:05 PDT 2020


cameron.mcinally created this revision.
cameron.mcinally added reviewers: paulwalker-arm, efriedma, dancgr.
Herald added subscribers: llvm-commits, psnobl, hiraditya, tschuett.
Herald added a project: LLVM.
cameron.mcinally requested review of this revision.

Essentially the same as the signed variants from D88259 <https://reviews.llvm.org/D88259>. Also includes an attempt to clean up the lowering function.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88317

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88317.294340.patch
Type: text/x-patch
Size: 26769 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200925/6ab4f689/attachment.bin>


More information about the llvm-commits mailing list