bounds checking:
authorNuno Lopes <nunoplopes@sapo.pt>
Tue, 29 May 2012 22:32:51 +0000 (22:32 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Tue, 29 May 2012 22:32:51 +0000 (22:32 +0000)
commit988a089164fe88a9e1c95a5a94f93f377d017f77
tree264fd4df2ddc872d3e0407675704decdc7b4d5f8
parentaad82963837af31c1e5b8b9c3ac282b0e826b18b
bounds checking:
 - hoist checks out of loops where SCEV is smart enough
 - add additional statistics to measure how much we loose for not supporting interprocedural and pointers loaded from memory

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157649 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/BoundsChecking.cpp