This is an archive of the discontinued LLVM Phabricator instance.

[PATCH][ARM] Fix disassembly for conditional VMRS and VMSR instructions in ARM mode
ClosedPublic

Authored by avieira on Sep 28 2017, 2:20 AM.

Details

Summary

Hi all,

In https://reviews.llvm.org/D36306 I changed the disassembly for VMRS and VMSR and this didnt handle the disassembly for the conditional variants of these instructions in ARM mode.

This patch fixes that and adds some extra tests.

Is this OK?

Cheers,
Andre

Diff Detail

Repository
rL LLVM

Event Timeline

avieira created this revision.Sep 28 2017, 2:20 AM
olista01 accepted this revision.Oct 13 2017, 2:27 AM
This revision is now accepted and ready to land.Oct 13 2017, 2:27 AM
This revision was automatically updated to reflect the committed changes.