[PATCH] D88974: [SVE] Lower fixed length VECREDUCE_XOR operation

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 09:05:31 PDT 2020


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

Pretty much a direct copy of VECREDUCE_OR, except that I added a setOperationAction(,..) loop for the unsupported NEON bitwise reductions. Thoughts on that?


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D88974

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88974.296703.patch
Type: text/x-patch
Size: 17539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201007/0b3e4f06/attachment.bin>


More information about the llvm-commits mailing list