[PATCH] D133116: [AArch64][SVE] Optimise repeated floating-point complex patterns to splat

Matt Devereau via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 08:21:30 PDT 2022


MattDevereau created this revision.
MattDevereau added reviewers: paulwalker-arm, c-rhodes, peterwaller-arm.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
MattDevereau requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repeated floating-point complex patterns in BUILD_VECTOR such as (f32 a, f32 b,
f32 a, f32 b) can be simplified to SPLAT_VECTOR(f64(a, b))


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133116

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133116.457282.patch
Type: text/x-patch
Size: 4917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220901/da1e40da/attachment.bin>


More information about the llvm-commits mailing list