Add a value range analysis that lazily computes ranges using ScalarEvolutions.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 30 Jun 2008 00:04:21 +0000 (00:04 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 30 Jun 2008 00:04:21 +0000 (00:04 +0000)
commita11e2eb845ffc1ad9aee0a96d6998a3e084edfcd
treec3bdf9988bea365bb5011d7cb2d00a37c9b5d1a6
parent6d116bc7ced56a820d33b0dd35ee36af8a810eab
Add a value range analysis that lazily computes ranges using ScalarEvolutions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52885 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopVR.h [new file with mode: 0644]
include/llvm/LinkAllPasses.h
lib/Analysis/LoopVR.cpp [new file with mode: 0644]