This is an archive of the discontinued LLVM Phabricator instance.

Loop instead of individual def's for each GPR.
ClosedPublic

Authored by sidneym on Sep 22 2014, 1:34 PM.

Diff Detail

Event Timeline

sidneym updated this revision to Diff 13954.Sep 22 2014, 1:34 PM
sidneym retitled this revision from to Loop instead of individual def's for each GPR..
sidneym updated this object.
sidneym edited the test plan for this revision. (Show Details)
sidneym set the repository for this revision to rL LLVM.
sidneym added a subscriber: Unknown Object (MLST).
mcrosier accepted this revision.Sep 22 2014, 1:56 PM
mcrosier added a reviewer: mcrosier.
mcrosier added a subscriber: mcrosier.

The induction variable "i" should be capitalized to conform to the style of all other targets. After that change I imagine this is fine to commit.

This revision is now accepted and ready to land.Sep 22 2014, 1:56 PM
sidneym updated this revision to Diff 13989.Sep 23 2014, 6:21 AM
sidneym edited edge metadata.

Capitalize loop index variable.

LGTM. Feel free to commit.

sidneym closed this revision.Sep 23 2014, 7:05 AM
sidneym updated this revision to Diff 13991.

Closed by commit rL218305 (authored by @sidneym).