Page MenuHomePhabricator

[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

Unit TestsFailed

TimeTest
3,250 msx64 debian > AddressSanitizer-x86_64-linux-dynamic.TestCases/Posix::halt_on_error-torture.cpp
Script: -- : 'RUN: at line 3'; /var/lib/buildkite-agent/builds/llvm-project/build/./bin/clang --driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer -fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -m64 -shared-libasan -fsanitize-recover=address -pthread /var/lib/buildkite-agent/builds/llvm-project/compiler-rt/test/asan/TestCases/Posix/halt_on_error-torture.cpp -o /var/lib/buildkite-agent/builds/llvm-project/build/projects/compiler-rt/test/asan/X86_64LinuxDynamicConfig/TestCases/Posix/Output/halt_on_error-torture.cpp.tmp

Event Timeline

Jim requested review of this revision.Jun 21 2021, 9:02 PM
Jim created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2021, 9:02 PM
Jim edited the summary of this revision. (Show Details)Jun 21 2021, 9:04 PM
Jim added a reviewer: myhsu.
myhsu accepted this revision.Jun 22 2021, 9:43 PM

LGTM
Thank you!

This 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
This revision was automatically updated to reflect the committed changes.