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.
Paths
| Differential D143058
[AArch64][SME2] Add multi-vector frint intrinsics ClosedPublic Authored by kmclaughlin on Feb 1 2023, 3:15 AM.
Details Summary Adds x2 and x4 vector intrinsics for the following instructions:
NOTE: These intrinsics are still in development and are subject to future changes.
Diff Detail
Event Timelinekmclaughlin added a parent revision: D142904: [AArch64][SME2] Add multi-vector zip/uzp intrinsics.Feb 1 2023, 3:16 AM This revision is now accepted and ready to land.Feb 3 2023, 6:09 AM This revision was landed with ongoing or failed builds.Feb 7 2023, 3:34 AM Closed by commit rGf3188b98d05d: [AArch64][SME2] Add multi-vector frint intrinsics (authored by kmclaughlin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 495454 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/test/CodeGen/AArch64/sme2-intrinsics-frint.ll
|