This is an archive of the discontinued LLVM Phabricator instance.

[ARM] PR25722 Fixup tests to take into account mov translation
ClosedPublic

Authored by peter.smith on May 11 2016, 2:54 AM.

Details

Summary

Alter instances in the test-suite that use immediates that can be represented in the immediate field of a MOV. The reason for doing this is that when the LDR rt,=imm transformation to MOV rt, imm the existing tests do not need to be modified.

Diff Detail

Event Timeline

peter.smith retitled this revision from to [ARM] PR25722 Fixup tests to take into account mov translation.
peter.smith updated this object.
peter.smith added a subscriber: llvm-commits.
t.p.northover accepted this revision.May 11 2016, 10:18 AM
t.p.northover edited edge metadata.

This looks like a good idea to go with the others.

This revision is now accepted and ready to land.May 11 2016, 10:18 AM
rengolin closed this revision.May 12 2016, 2:39 PM
rengolin edited edge metadata.

Committed in r269353