[all-commits] [llvm/llvm-project] 28a00a: [llvm][SVE] IR intrinsics for quadword permutation...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Mon Jun 15 09:22:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28a00ac9ba0f6aec5814f06efabec7367cd7fcef
https://github.com/llvm/llvm-project/commit/28a00ac9ba0f6aec5814f06efabec7367cd7fcef
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-06-15 (Mon, 15 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select-matmul-fp64.ll
Log Message:
-----------
[llvm][SVE] IR intrinsics for quadword permutation instructions.
Summary:
Adding intrinsics and codegen patterns for:
* trn1 <Zd>.q, <Zm>.q, <Zn>.q
* trn2 <Zd>.q, <Zm>.q, <Zn>.q
* zip1 <Zd>.q, <Zm>.q, <Zn>.q
* zip2 <Zd>.q, <Zm>.q, <Zn>.q
* uzp1 <Zd>.q, <Zm>.q, <Zn>.q
* uzp2 <Zd>.q, <Zm>.q, <Zn>.q
These instructions are defined in Armv8.6-A.
Reviewers: sdesmalen, efriedma, kmclaughlin
Reviewed By: sdesmalen
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80850
More information about the All-commits
mailing list