[PATCH] D114174: [ARM][CodeGen] Add support for complex deinterleaving

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 07:32:56 PDT 2022


NickGuy updated this revision to Diff 457993.
NickGuy marked 8 inline comments as done.
NickGuy added a comment.

Addressed comments and improved case coverage,


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114174

Files:
  llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/ComplexDeinterleavingPass.cpp
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/test/CodeGen/ARM/ComplexArithmetic/complex-arithmetic-f16-add.ll
  llvm/test/CodeGen/ARM/ComplexArithmetic/complex-arithmetic-f16-mul.ll
  llvm/test/CodeGen/ARM/ComplexArithmetic/complex-arithmetic-f32-add.ll
  llvm/test/CodeGen/ARM/ComplexArithmetic/complex-arithmetic-f32-mul.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114174.457993.patch
Type: text/x-patch
Size: 76503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/7283d695/attachment.bin>


More information about the llvm-commits mailing list