[M68k] Add testcases for shift and rotate instructions
authorJim Lin <jim@andestech.com>
Wed, 23 Jun 2021 05:26:56 +0000 (13:26 +0800)
committerJim Lin <jim@andestech.com>
Wed, 23 Jun 2021 05:26:58 +0000 (13:26 +0800)
commit0365af1a87ebc17a75dc6352e63cf1be536a49b4
tree2fe33c6af7e230a49ddb27053ce73369a74a2d5d
parent5cb5225cf5c2adb55c55af842c4df5876e47169e
[M68k] Add testcases for shift and rotate instructions

Add codegen testcases for lsl, lsr, asr, rol and ror instructions.

Reviewed By: myhsu

Differential Revision: https://reviews.llvm.org/D104685
llvm/test/CodeGen/M68k/ShiftRotate/asr.ll [new file with mode: 0644]
llvm/test/CodeGen/M68k/ShiftRotate/lsl.ll [new file with mode: 0644]
llvm/test/CodeGen/M68k/ShiftRotate/lsr.ll [new file with mode: 0644]
llvm/test/CodeGen/M68k/ShiftRotate/rol.ll [new file with mode: 0644]
llvm/test/CodeGen/M68k/ShiftRotate/ror.ll [new file with mode: 0644]