Hi.
The patch makes LoopVectorizer print in debug console not only a function name or a module name where analyzing loop was found, but also a line in the source code where the loop resides:
LV: Checking a loop in "bar" from /some/path/foo.c:42 ... LV: Found a vectorizable loop (4) in /some/path/foo.c:42 ...
It can be useful when debugging loop vectorizer issues.