[LoopAccesses] Change debug messages from LV to LAA
authorAdam Nemet <anemet@apple.com>
Thu, 19 Feb 2015 19:15:07 +0000 (19:15 +0000)
committerAdam Nemet <anemet@apple.com>
Thu, 19 Feb 2015 19:15:07 +0000 (19:15 +0000)
commit9fdb32eb846c9dff55a9f12d186de9e77abe37b9
treeee2271bde86a6c624ca3aec812c83ec78e4dda76
parent0ea25c2e64c98d820a5cac6d5ce229a7d8f4e3e4
[LoopAccesses] Change debug messages from LV to LAA

Also add pass name as an argument to VectorizationReport::emitAnalysis.

This is part of the patchset that converts LoopAccessAnalysis into an
actual analysis pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229894 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp