[all-commits] [llvm/llvm-project] d78c3b: [AArch64][SVE2] Add the SVE2.1 fclamp instructions
david-arm via All-commits
all-commits at lists.llvm.org
Fri Oct 21 07:33:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d78c3b320287dde5808f62167186c383e6871a1b
https://github.com/llvm/llvm-project/commit/d78c3b320287dde5808f62167186c383e6871a1b
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/MC/AArch64/SVE2p1/fclamp-diagnostics.s
A llvm/test/MC/AArch64/SVE2p1/fclamp.s
Log Message:
-----------
[AArch64][SVE2] Add the SVE2.1 fclamp instructions
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
Differential Revision: https://reviews.llvm.org/D136358
More information about the All-commits
mailing list