This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc)
ClosedPublic

Authored by scott-0 on Jul 9 2015, 3:23 AM.

Details

Summary

Also adds some test cases that already pass.

tryConvertingToTwoOperandForm() is written in a slightly odd style so that the patches that follow are simpler.

Diff Detail

Repository
rL LLVM

Event Timeline

scott-0 updated this revision to Diff 29308.Jul 9 2015, 3:23 AM
scott-0 retitled this revision from to Refactor converting Thumb1 from 3 to 2 operand (nfc).
scott-0 updated this object.
scott-0 added a subscriber: llvm-commits.
scott-0 retitled this revision from Refactor converting Thumb1 from 3 to 2 operand (nfc) to [ARM] Refactor converting Thumb1 from 3 to 2 operand (nfc).Jul 9 2015, 3:23 AM
rengolin accepted this revision.Jul 9 2015, 3:37 AM
rengolin added a reviewer: rengolin.
rengolin added inline comments.
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
5489 ↗(On Diff #29308)

This comment should probably be moved down...

This revision is now accepted and ready to land.Jul 9 2015, 3:37 AM

Thanks for the review!

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
5489 ↗(On Diff #29308)

Will do. (I left it here so that more of the this diff was a straight movement of lines.)

This revision was automatically updated to reflect the committed changes.