This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 operand
ClosedPublic

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

Diff Detail

Repository
rL LLVM

Event Timeline

scott-0 updated this revision to Diff 29309.Jul 9 2015, 3:27 AM
scott-0 retitled this revision from to [ARM] Add Thumb2 ADD with PC narrowing from 3 operand to 2 operand.
scott-0 updated this object.
scott-0 added a subscriber: llvm-commits.
rengolin accepted this revision.Jul 9 2015, 3:40 AM
rengolin added a reviewer: rengolin.
rengolin added inline comments.
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
5474 ↗(On Diff #29309)

This comment could be moved down with the code...

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

Thanks!

lib/Target/ARM/AsmParser/ARMAsmParser.cpp
5474 ↗(On Diff #29309)

Will do.

This revision was automatically updated to reflect the committed changes.