[PATCH] D106138: [AArch64][SVE] Optimize bitcasts between unpacked half/i16 vectors.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 16 03:22:36 PDT 2021
sdesmalen created this revision.
Herald added subscribers: psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The case for nxv2f32/nxv2i32 was already covered by D104573 <https://reviews.llvm.org/D104573>.
This patch builds on top of that by making the mechanism work for
nxv2[b]f16/nxv2i16, nxv4[b]f16/nxv4i16 as well.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106138
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sve-bitcast.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106138.359272.patch
Type: text/x-patch
Size: 5134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210716/00f502a9/attachment.bin>
More information about the llvm-commits
mailing list