[PATCH] D148068: [AArch64] Lower fused complex multiply-add intrinsic to AArch64::FCMA

Hugo Trachino via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 21:42:36 PDT 2023


nujaa created this revision.
nujaa added a reviewer: t.p.northover.
Herald added subscribers: bviyer, Moerafaat, zero9178, bzcheeseman, awarzynski, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, antiagainst, shauheen, rriddle, mehdi_amini, thopre, hiraditya, kristof.beyls.
Herald added a reviewer: aartbik.
Herald added a reviewer: ftynse.
Herald added a reviewer: dcaballe.
Herald added a project: All.
nujaa requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, nicolasvasilache, jdoerfert.
Herald added a reviewer: nicolasvasilache.
Herald added projects: MLIR, LLVM.

Inspired by the fmuladd intrinsic, I added the fcmuladd intrinsic lowering to a combination of AArch64 FCMA. This aims to enable vectorised complex operation.


https://reviews.llvm.org/D148068

Files:
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/Target/TargetSelectionDAG.td
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/complex-intrinsics.ll
  mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148068.512653.patch
Type: text/x-patch
Size: 11428 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230412/17d64902/attachment.bin>


More information about the llvm-commits mailing list