[PATCH] D146531: [AArch64][GlobalISel] Add support for some across-vector NEON intrinsics

Vladislav Dzhidzhoev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 08:21:50 PDT 2023


dzhidzhoev created this revision.
dzhidzhoev added reviewers: paquette, aemerson, t.p.northover, arsenm, kazu, sunfish, ab, sdesmalen.
Herald added subscribers: hiraditya, kristof.beyls, dschuff.
Herald added a project: All.
dzhidzhoev requested review of this revision.
Herald added subscribers: llvm-commits, aheejin, wdng.
Herald added a project: LLVM.

Support uaddv, saddv, umaxv, smaxv, uminv, sminv, fmaxv, fminv,
fmaxnmv, fminnmv intrinsics in GlobalISel.

GlobalISelEmitter couldn't import SelectionDAG patterns containing nodes
with 8-bit result type, since they had untyped values. Therefore, MVT
for the f8 type has been added to eliminate untyped nodes in these
patterns.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D146531

Files:
  llvm/include/llvm/CodeGen/ValueTypes.td
  llvm/include/llvm/Support/MachineValueType.h
  llvm/lib/Target/AArch64/AArch64InstrGISel.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64RegisterInfo.td
  llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
  llvm/test/CodeGen/AArch64/aarch64-addv.ll
  llvm/test/CodeGen/AArch64/arm64-fminv.ll
  llvm/test/CodeGen/AArch64/arm64-neon-across.ll
  llvm/test/CodeGen/AArch64/arm64-neon-add-pairwise.ll
  llvm/utils/TableGen/CodeGenTarget.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146531.506991.patch
Type: text/x-patch
Size: 61782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230321/d6571420/attachment.bin>


More information about the llvm-commits mailing list