]> granicus.if.org Git - llvm/commit
[LoopAccesses] Change debug messages from LV to LAA
authorAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:43:37 +0000 (03:43 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 18 Feb 2015 03:43:37 +0000 (03:43 +0000)
commitce5c5c03014357fe1bfa2b82e7c52529186f359c
tree5b5e993f0ae6cd6adcc2e79510dfffceb48d369d
parent47985fb7cdfbc3afb7f17cece47fb42ad9ea572f
[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@229628 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp