OSDN Git Service

[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)
commit31f1cc579090a2763203400939494d50f7f3e5fb
tree0a7b927c7284db604ffe6a0228681dd187325415
parentb3d108b39a55a42621594b5f33fe709cb97a7310
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231854 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/LoopAccessAnalysis.cpp