[PATCH] D146055: [AArch64] Change GeneratePerfectShuffle to return one destination operand for zip and transpose operations.

Zain Jaffal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 08:27:57 PDT 2023


zjaffal created this revision.
zjaffal added a reviewer: t.p.northover.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
zjaffal requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The tests added where crashing because zip instruction was returning two destination operands. ZIP according to arm returns only one destination operand.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146055

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/arm64-zip.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146055.505114.patch
Type: text/x-patch
Size: 4556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/faa016b7/attachment.bin>


More information about the llvm-commits mailing list