[all-commits] [llvm/llvm-project] 4dde9e: [llvm][CodeGen] IR intrinsics for SVE2 contiguous ...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Mar 11 11:29:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4dde9e9b023f701316fa002a0adcfe635803c9b8
https://github.com/llvm/llvm-project/commit/4dde9e9b023f701316fa002a0adcfe635803c9b8
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-03-11 (Wed, 11 Mar 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-contiguous-conflict-detection.ll
Log Message:
-----------
[llvm][CodeGen] IR intrinsics for SVE2 contiguous conflict detection instructions.
Summary:
The IR intrinsics are mapped to the following SVE2 instructions:
* WHILERW <Pd>.<T>, <Xn>, <Xm>
* WHILEWR <Pd>.<T>, <Xn>, <Xm>
The intrinsics introduced in this patch are the IR counterpart of the
SVE ACLE functions `svwhilerw` and `svwhilewr` (all data type
variants).
Patch by Maciej Gąbka <maciej.gabka at arm.com>.
Reviewers: kmclaughlin, rengolin
Reviewed By: kmclaughlin
Subscribers: tschuett, kristof.beyls, hiraditya, danielkiss, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D75862
More information about the All-commits
mailing list