[PATCH] D156587: Implement vector rotations on AArch64 using shift-insert instructions.

Owen Anderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 28 22:23:22 PDT 2023


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.

XFAIL the RAX1 pattern matching test for the time being, as this
breaks the pattern matching for it. It still works properly via
intrinsics.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D156587

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/funnel-shift-rot.ll
  llvm/test/CodeGen/AArch64/rax1.ll
  llvm/test/CodeGen/AArch64/rotate.ll
  llvm/test/CodeGen/AArch64/srem-seteq-vec-nonsplat.ll
  llvm/test/CodeGen/AArch64/srem-seteq-vec-splat.ll
  llvm/test/CodeGen/AArch64/urem-seteq-vec-nonsplat.ll
  llvm/test/CodeGen/AArch64/urem-seteq-vec-nonzero.ll
  llvm/test/CodeGen/AArch64/urem-seteq-vec-splat.ll
  llvm/test/CodeGen/AArch64/vector-rotate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156587.545333.patch
Type: text/x-patch
Size: 35959 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230729/19e793b0/attachment.bin>


More information about the llvm-commits mailing list