OSDN Git Service

Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd
authorNick Lewycky <nicholas@mxc.ca>
Thu, 23 Apr 2009 05:15:08 +0000 (05:15 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 23 Apr 2009 05:15:08 +0000 (05:15 +0000)
commit5cd28fad15b3bab840dac5ecdc2bdfde4f74816a
tree6c83bf329996c5e5434ee59422de24689c454d00
parent03dac74d40e127739c6678fa4e60dc7aeacaae0f
Simplify trunc(extend(x)) in SCEVs, just for completeness. Also fix some odd
whitespace in the same file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69870 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolution.cpp
test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll [new file with mode: 0644]