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

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 06:04:52 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
NickGuy marked 4 inline comments as done.
Closed by commit rGd52e2839f3b1: [ARM][CodeGen] Add support for complex deinterleaving (authored by NickGuy).

Changed prior to commit:
  https://reviews.llvm.org/D114174?vs=474743&id=475126#toc

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/O3-pipeline.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f16-add.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f16-mul.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f32-add.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f32-mul.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f64-add.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-f64-mul.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-mixed-cases.ll
  llvm/test/CodeGen/Thumb2/mve-complex-deinterleaving-uniform-cases.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114174.475126.patch
Type: text/x-patch
Size: 111954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221114/461a9616/attachment-0001.bin>


More information about the llvm-commits mailing list