[PATCH] D129066: [AArch64][CodeGen] Add AArch64 support for complex deinterleaving

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 06:16:23 PDT 2022


NickGuy updated this revision to Diff 449950.
NickGuy marked 4 inline comments as done.
NickGuy added a comment.

Addressed comments, cleaned up debug outputs, and implemented vector splitting


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129066/new/

https://reviews.llvm.org/D129066

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
  llvm/test/CodeGen/AArch64/O3-pipeline.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f16-add.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f16-mul.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f32-add.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f32-mul.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f64-add.ll
  llvm/test/CodeGen/AArch64/complex-arithmetic-f64-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129066.449950.patch
Type: text/x-patch
Size: 31572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220804/6c7a7bf0/attachment.bin>


More information about the llvm-commits mailing list