[PATCH] D136358: [AArch64][SVE2] Add the SVE2.1 fclamp instructions
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 07:30:50 PDT 2022
david-arm created this revision.
david-arm added reviewers: sdesmalen, aemerson, CarolineConcatto, kmclaughlin, paulwalker-arm.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
Herald added a project: All.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This patch adds the assembly/disassembly for the following instructions:
FCLAMP : Floating-point clamp to minimum/maximum number
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2022-09
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D136358
Files:
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME2/fclamp_sme2_or_sve2p1-diagnostics.s
llvm/test/MC/AArch64/SME2/fclamp_sme2_or_sve2p1.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136358.469226.patch
Type: text/x-patch
Size: 7950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221020/fafe5101/attachment.bin>
More information about the llvm-commits
mailing list