Chris Lattner d06451f920 Optimize away cases like:
%cast109 = cast uint %cast212 to short          ; <short> [#uses=1]
        %cast214 = cast short %cast109 to uint          ; <uint> [#uses=1]
        %cast215 = cast uint %cast214 to short          ; <short> [#uses=1]


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3897 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-23 23:39:43 +00:00
2002-09-22 21:25:12 +00:00
2002-09-23 17:45:52 +00:00
2002-09-23 23:39:43 +00:00
2002-07-30 00:53:26 +00:00
2002-09-22 02:41:20 +00:00
2002-09-22 02:41:20 +00:00
2002-09-17 23:23:52 +00:00
Description
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
473 MiB
Languages
LLVM 46.9%
C++ 42.5%
Assembly 8.9%
C 0.6%
Python 0.4%
Other 0.5%