[PATCH] D85120: [ARM] Generated SSAT and USAT instructions with shift

Meera Nakrani via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 3 04:26:59 PDT 2020


MeeraN created this revision.
MeeraN added reviewers: dmgreen, SjoerdMeijer.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
MeeraN requested review of this revision.

Added patterns so that both SSAT and USAT instructions are generated with shifts. Added corresponding regression tests as well.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85120

Files:
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/test/CodeGen/ARM/ssat-with-shift.ll
  llvm/test/CodeGen/ARM/usat-with-shift.ll
  llvm/test/CodeGen/Thumb2/thumb2-ssat-with-shift.ll
  llvm/test/CodeGen/Thumb2/thumb2-usat-with-shift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85120.282578.patch
Type: text/x-patch
Size: 7897 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200803/0cca609e/attachment.bin>


More information about the llvm-commits mailing list