[PATCH] D131078: [SVE] Expand DUPM patterns to handle all integer vector types.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 3 09:27:41 PDT 2022


paulwalker-arm created this revision.
Herald added subscribers: psnobl, hiraditya, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
paulwalker-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

NOTE: i8 vector splats are ignored because the immediate range of
DUP already has full coverage.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131078

Files:
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/DAGCombine_vscale.ll
  llvm/test/CodeGen/AArch64/sve-fptosi-sat.ll
  llvm/test/CodeGen/AArch64/sve-fptoui-sat.ll
  llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-logical-imm.ll
  llvm/test/CodeGen/AArch64/sve-vector-splat.ll
  llvm/test/CodeGen/AArch64/sve-vselect-imm.ll
  llvm/test/CodeGen/AArch64/sve2-fcopysign.ll
  llvm/test/CodeGen/AArch64/sve2-int-mul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131078.449686.patch
Type: text/x-patch
Size: 33314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220803/97c5142c/attachment.bin>


More information about the llvm-commits mailing list