[all-commits] [llvm/llvm-project] 9c859f: [AArch64][SVE] Add SVE2 intrinsics for bit permuta...
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Wed Feb 26 03:30:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c859fc54d92ce6890c9b17addb411a4b577e165
https://github.com/llvm/llvm-project/commit/9c859fc54d92ce6890c9b17addb411a4b577e165
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2020-02-26 (Wed, 26 Feb 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/sve2-intrinsics-bit-permutation.ll
A llvm/test/CodeGen/AArch64/sve2-intrinsics-perm-tb.ll
Log Message:
-----------
[AArch64][SVE] Add SVE2 intrinsics for bit permutation & table lookup
Summary:
Implements the following intrinsics:
- @llvm.aarch64.sve.bdep.x
- @llvm.aarch64.sve.bext.x
- @llvm.aarch64.sve.bgrp.x
- @llvm.aarch64.sve.tbl2
- @llvm.aarch64.sve.tbx
The SelectTableSVE2 function in this patch is used to select the TBL2
intrinsic & ensures that the vector registers allocated are consecutive.
Reviewers: sdesmalen, andwar, dancgr, cameron.mcinally, efriedma, rengolin
Reviewed By: efriedma
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cfe-commits, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74912
More information about the All-commits
mailing list