This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix bogus assertions in copyPhysReg v8.1-M cases.
ClosedPublic

Authored by simon_tatham on Jun 27 2019, 2:50 AM.

Details

Summary

The code to generate register move instructions in and out of VPR and
FPSCR_NZCV had assertions checking that the other register involved
was a GPR _pair_, instead of a single GPR as it should have been.

Diff Detail

Repository
rL LLVM

Event Timeline

simon_tatham created this revision.Jun 27 2019, 2:50 AM
miyuki accepted this revision.Jun 27 2019, 3:01 AM

LGTM

This revision is now accepted and ready to land.Jun 27 2019, 3:01 AM
This revision was automatically updated to reflect the committed changes.