Adds IR intrinsics for the following SME2 instructions:
- fmaxnm/fminnm (single, 2 & 4 vector)
- fmaxnm/fminnm (multi, 2 & 4 vector)
NOTE: These intrinsics are still in development and are subject to future changes.
Paths
| Differential D142732
[AArch64][SME2] Add multi-vector floating point min/max number intrinsics ClosedPublic Authored by kmclaughlin on Jan 27 2023, 8:35 AM.
Details Summary Adds IR intrinsics for the following SME2 instructions:
NOTE: These intrinsics are still in development and are subject to future changes.
Diff Detail Event Timelinekmclaughlin added a parent revision: D142485: [AArch64][SME2] Add multi-vector min/max intrinsics.Jan 27 2023, 8:35 AM This revision is now accepted and ready to land.Feb 3 2023, 1:42 AM This revision was landed with ongoing or failed builds.Feb 7 2023, 3:11 AM Closed by commit rG385992105ef7: [AArch64][SME2] Add multi-vector floating point min/max number intrinsics (authored by kmclaughlin). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 492770 llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll
|