This is an archive of the discontinued LLVM Phabricator instance.

Fix order of b and blx instrction in EmulateInstructionARM
ClosedPublic

Authored by tberghammer on Apr 23 2015, 5:39 AM.

Details

Summary

Fix order of b and blx instruction in EmulateInstructionARM

In the previous ordering some "blx <label>" instruction was recognized
as "b #imm24" instructions causing a failure in the instruction
emulator.

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix order of b and blx instrction in EmulateInstructionARM.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: clayborg, sas.
tberghammer added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.Apr 23 2015, 9:42 AM
clayborg edited edge metadata.

Looks fine.

This revision is now accepted and ready to land.Apr 23 2015, 9:42 AM
This revision was automatically updated to reflect the committed changes.