This is an archive of the discontinued LLVM Phabricator instance.

[LoopVectorize] Change comment for isOutOfScope in collectLoopUniforms, NFC
ClosedPublic

Authored by wmi on Aug 2 2016, 11:57 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

wmi updated this revision to Diff 66515.Aug 2 2016, 11:57 AM
wmi retitled this revision from to [LoopVectorize] Change comment for isOutOfScope in collectLoopUniforms, NFC.
wmi updated this object.
wmi added reviewers: anemet, mkuper.
wmi set the repository for this revision to rL LLVM.
wmi added a subscriber: llvm-commits.
mkuper accepted this revision.Aug 2 2016, 1:04 PM
mkuper edited edge metadata.

LGTM with two tiny nits.

lib/Transforms/Vectorize/LoopVectorize.cpp
4949

As long as you're changing this, can we change "variables" to something more meaningful? Instructions, or perhaps values?

4952

Maybe "Global values, params and instructions outside of the current loop are"?

This revision is now accepted and ready to land.Aug 2 2016, 1:04 PM
wmi added a comment.Aug 2 2016, 1:32 PM

Thanks for the review.

lib/Transforms/Vectorize/LoopVectorize.cpp
4949

I change variables to instructions.

4952

Fixed.

This revision was automatically updated to reflect the committed changes.