[LoopAccesses] Add debug message to indicate the result of the analysis
authorAdam Nemet <anemet@apple.com>
Tue, 10 Mar 2015 21:47:39 +0000 (21:47 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 10 Mar 2015 21:47:39 +0000 (21:47 +0000)
commit4bb90a71de35edc631cba1aaaf8baad2fda46cdd
tree351ce25a1294652d365a2ae2ff5ffe0307cc6220
parentceb96a4cb8eb7ac5e0fefb7f39c54d537a407113
[LoopAccesses] Add debug message to indicate the result of the analysis

The debug message was pretty confusing here.  It only reported the
situation with memchecks without the result of the dependence analysis.

Now it prints whether the loop is safe from the POV of the dependence
analysis and if yes, whether we need memchecks.

llvm-svn: 231854
llvm/lib/Analysis/LoopAccessAnalysis.cpp