This is an archive of the discontinued LLVM Phabricator instance.

Update cpsr register in BLX instruction emulation
ClosedPublic

Authored by tberghammer on Apr 22 2015, 3:28 AM.

Details

Summary

Update cpsr register in BLX instruction emulation

Write the new cpsr value into the cpsr register if the BL or the BLX
instruction change the instruction set on arm.

Diff Detail

Event Timeline

tberghammer retitled this revision from to Update cpsr register in BLX instruction emulation.
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 22 2015, 10:05 AM
clayborg edited edge metadata.

Nice catch. Looks good.

This revision is now accepted and ready to land.Apr 22 2015, 10:05 AM
This revision was automatically updated to reflect the committed changes.