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
Paths
| Differential D136358
[AArch64][SVE2] Add the SVE2.1 fclamp instructions ClosedPublic Authored by david-arm on Oct 20 2022, 7:30 AM.
Details Summary This patch adds the assembly/disassembly for the following instructions: FCLAMP : Floating-point clamp to minimum/maximum number The reference can be found here:
Diff Detail
Event Timeline
david-arm added inline comments. david-arm added a child revision: D136427: [AArch64][SVE2] Add the SVE2.1 fdot instructions.Oct 21 2022, 1:10 AM david-arm marked an inline comment as done. Comment Actions
This revision is now accepted and ready to land.Oct 21 2022, 3:42 AM Comment Actions
This revision was landed with ongoing or failed builds.Oct 21 2022, 7:33 AM Closed by commit rGd78c3b320287: [AArch64][SVE2] Add the SVE2.1 fclamp instructions (authored by david-arm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 469606 llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SVE2p1/fclamp-diagnostics.s
llvm/test/MC/AArch64/SVE2p1/fclamp.s
|