llvm-6502/test/Analysis/LoopAccessAnalysis
Adam Nemet c182ce09e9 [LoopAccesses] Add -analyze support
The LoopInfo in combination with depth_first is used to enumerate the
loops.

Right now -analyze is not yet complete.  It only prints the result of
the analysis, the report and the run-time checks.  Printing the unsafe
depedences will require a bit more reshuffling which I'd like to do in a
follow-on to this patchset.  Unsafe dependences are currently checked
via -debug-only=loop-accesses in the new test.

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@229898 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-19 19:15:19 +00:00
..
unsafe-and-rt-checks-no-dbg.ll [LoopAccesses] Add -analyze support 2015-02-19 19:15:19 +00:00
unsafe-and-rt-checks.ll [LoopAccesses] Add -analyze support 2015-02-19 19:15:19 +00:00