[PATCH] D142482: [CodeGen][ARM][AArch64] Support complex additions with no rotation

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 08:49:44 PST 2023


NickGuy created this revision.
NickGuy added reviewers: dmgreen, samtebbs.
NickGuy added a project: LLVM.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
NickGuy requested review of this revision.

This provides support for complex additions with no rotation, allowing for such patterns as `o[i] = (x[i] * y[i]) + z[i];` and `z[i] += x[i] * y[i]` (where the expression isn't rearranged beyond the recognised patterns)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142482

Files:
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/AArch64/complex-deinterleaving-mixed-cases.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-mixed-cases.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142482.491829.patch
Type: text/x-patch
Size: 8895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230124/c9c9d467/attachment.bin>


More information about the llvm-commits mailing list