[PATCH] D85117: [SVE] Add lowering for fixed length vector and, or & xor operations.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 03:45:00 PDT 2020


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

Since there are no ill effects when performing these operations
with undefined elements, they are lowered to the already supported
unpredicated scalable vector equivalents.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85117

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85117.282568.patch
Type: text/x-patch
Size: 45233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200803/b21684ce/attachment.bin>


More information about the llvm-commits mailing list