[PATCH] D114174: [ARM][CodeGen] Add support for complex addition and multiplication

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 05:33:52 PST 2022


NickGuy updated this revision to Diff 406409.
NickGuy retitled this revision from "[WIP][RFC][CodeGen] Add support for complex multiplication" to "[ARM][CodeGen] Add support for complex addition and multiplication".
NickGuy edited the summary of this revision.
NickGuy added a comment.
Herald added a subscriber: kristof.beyls.

Applied feedback received offline, redesigned the interface/implementation, and fixed up a number of fundamental issues in the previous iteration.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114174

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/InitializePasses.h
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/ComplexArithmetic.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Passes/PassRegistry.def
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
  llvm/lib/Target/ARM/ARMTargetTransformInfo.h
  llvm/lib/Transforms/Scalar/CMakeLists.txt
  llvm/lib/Transforms/Scalar/ComplexArithmetic.cpp
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-f16-add.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-f16-mul.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-f32-add.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-f32-mul.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-f64-mul.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-rotations-add.ll
  llvm/test/Transforms/ComplexArithmetic/ARM/complex-arithmetic-rotations-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114174.406409.patch
Type: text/x-patch
Size: 103580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/e16de713/attachment-0001.bin>


More information about the llvm-commits mailing list