OSDN Git Service

Short-circuit inttoptr-ptrtoint constant expressions; these aren't
authorDan Gohman <gohman@apple.com>
Fri, 1 May 2009 17:00:00 +0000 (17:00 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 1 May 2009 17:00:00 +0000 (17:00 +0000)
commit80dcdee0f48820ecea86c15768324945bb0d68d1
tree1b336d4f6c4d444dc89c32d6207caf0fbdc2c3b3
parent99a1302ae4c438ab532826685280c0b69687e163
Short-circuit inttoptr-ptrtoint constant expressions; these aren't
always folded by the regular constant folder because it doesn't have
TargetData information.

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