This is an archive of the discontinued LLVM Phabricator instance.

[LV][REFACTOR] One more tiny fix for printing debug locations in loop vectorizer. Now consistent with the remarks emitter.
ClosedPublic

Authored by zinovy.nis on May 19 2014, 2:19 AM.

Details

Summary

I refactored a bit a code for printing loop locations in the loop vectorizer. Now the location is taken from loop itself, not from it's first instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

zinovy.nis updated this revision to Diff 9526.May 19 2014, 2:19 AM
zinovy.nis retitled this revision from to [LV][REFACTOR] One more tiny fix for printing debug locations in loop vectorizer. Now consistent with the remarks emitter..
zinovy.nis updated this object.
zinovy.nis edited the test plan for this revision. (Show Details)
zinovy.nis added reviewers: echristo, nadav, yaron.keren.
zinovy.nis set the repository for this revision to rL LLVM.
zinovy.nis added a subscriber: Unknown Object (MLST).
echristo accepted this revision.May 19 2014, 8:05 AM
echristo edited edge metadata.

LGTM.

Thanks!

-eric

This revision is now accepted and ready to land.May 19 2014, 8:05 AM
nadav edited edge metadata.May 19 2014, 9:23 AM

LGTM.

zinovy.nis closed this revision.May 20 2014, 1:33 AM
zinovy.nis updated this revision to Diff 9597.

Closed by commit rL209197 (authored by @zinovy.nis).