[PATCH] D135601: [AArch64]SME2 Multiple vectors Int/FP clamp instructions for two/four registers

Caroline via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 09:32:19 PDT 2022


CarolineConcatto created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
CarolineConcatto requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements:
Int:

  UCLAMP, SCLAMP

FP:

  FCLAMP
  
  The reference can be found here:
  
    https://developer.arm.com/documentation/ddi0602/2022-09
  
    Depends on: D135563


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135601

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME2/fclamp-diagnostics.s
  llvm/test/MC/AArch64/SME2/fclamp.s
  llvm/test/MC/AArch64/SME2/sclamp-diagnostics.s
  llvm/test/MC/AArch64/SME2/sclamp.s
  llvm/test/MC/AArch64/SME2/uclamp-diagnostics.s
  llvm/test/MC/AArch64/SME2/uclamp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135601.466533.patch
Type: text/x-patch
Size: 34025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221010/2a41d747/attachment.bin>


More information about the llvm-commits mailing list