This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix crash when dumping unknown opcode
ClosedPublic

Authored by arsenm on Apr 14 2016, 2:04 PM.

Details

Summary

I'm for some reason having a problem producing a test.
It should be the same as test/MC/X86/invalid_opcode.s,
but llvm-mc seems to ignore random bytes.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 53781.Apr 14 2016, 2:04 PM
arsenm retitled this revision from to AMDGPU: Fix crash when dumping unknown opcode.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
vpykhtin accepted this revision.Apr 21 2016, 4:51 AM
vpykhtin added a reviewer: vpykhtin.
vpykhtin added a subscriber: vpykhtin.

LGTM.

This revision is now accepted and ready to land.Apr 21 2016, 4:51 AM
arsenm closed this revision.Apr 22 2016, 2:29 PM

r267225