Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.
authorDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 00:10:36 +0000 (00:10 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 00:10:36 +0000 (00:10 +0000)
commit3645b01002e7ac244c1f3d163e5e350df21d869d
tree6609299ae5e2d8b6db0a101acb030aac8471b3ce
parent5631139a699578e3281a1ae09f2cdf4d332179c8
Add the ability to track HasNSW and HasNUW on more kinds of SCEV expressions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83601 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ScalarEvolution.h
include/llvm/Analysis/ScalarEvolutionExpressions.h
lib/Analysis/ScalarEvolution.cpp