[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 08:09:32 PDT 2020


MeeraN updated this revision to Diff 282629.
MeeraN added a comment.

Removed t2_asr_imm and replaced with just asr_imm. Also deleted thumb2 tests and instead included Run command in arm tests to avoid having the same tests repeated.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85120/new/

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

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


More information about the llvm-commits mailing list