[all-commits] [llvm/llvm-project] f3188b: [AArch64][SME2] Add multi-vector frint intrinsics
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Tue Feb 7 03:34:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f3188b98d05dc17417d6783265f38fe012a5b548
https://github.com/llvm/llvm-project/commit/f3188b98d05dc17417d6783265f38fe012a5b548
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
A llvm/test/CodeGen/AArch64/sme2-intrinsics-frint.ll
Log Message:
-----------
[AArch64][SME2] Add multi-vector frint intrinsics
Adds x2 and x4 vector intrinsics for the following instructions:
- frinta
- frintm
- frintn
- frintp
NOTE: These intrinsics are still in development and are subject to future changes.
Reviewed By: david-arm
Differential Revision: https://reviews.llvm.org/D143058
More information about the All-commits
mailing list