Constant fold casts from things like <4 x int> -> <4 x uint>, likewise int<->fp.
authorChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 01:38:28 +0000 (01:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Apr 2006 01:38:28 +0000 (01:38 +0000)
commit4460f4058fb33e468358f85c7f0925fc0e69e16c
tree695d025d7bc2e7783d3e33cc48030497edf199b3
parent541f91b17c33712e2c92f02916082832e6d73c46
Constant fold casts from things like <4 x int> -> <4 x uint>, likewise int<->fp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27336 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/ConstantFold.cpp