This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add missing pseudo-instruction for Thumb1 RSBS.
ClosedPublic

Authored by efriedma on Oct 29 2018, 4:22 PM.

Details

Summary

Shows up rarely for 64-bit arithmetic, more frequently for the compare patterns added in r325323.

Diff Detail

Repository
rL LLVM

Event Timeline

efriedma created this revision.Oct 29 2018, 4:22 PM
rogfer01 accepted this revision.Oct 30 2018, 12:19 AM

Hi @efriedma thanks a lot for this improvement.

LGTM.

This revision is now accepted and ready to land.Oct 30 2018, 12:19 AM
This revision was automatically updated to reflect the committed changes.