Add codegen testcases for lsl, lsr, asr, rol and ror instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104685
[M68k] Add testcases for shift and rotate instructions ClosedPublic Authored by Jim on Jun 21 2021, 9:02 PM.
Details
Summary Add codegen testcases for lsl, lsr, asr, rol and ror instructions.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 22 2021, 9:43 PM This revision was landed with ongoing or failed builds.Jun 22 2021, 10:25 PM Closed by commit rG0365af1a87eb: [M68k] Add testcases for shift and rotate instructions (authored by Jim). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 353851 llvm/test/CodeGen/M68k/ShiftRotate/asr.ll
llvm/test/CodeGen/M68k/ShiftRotate/lsl.ll
llvm/test/CodeGen/M68k/ShiftRotate/lsr.ll
llvm/test/CodeGen/M68k/ShiftRotate/rol.ll
llvm/test/CodeGen/M68k/ShiftRotate/ror.ll
|