blob: 770045932839c96f484ad7b336d5bc256f857c5b [file] [log] [blame]
Gabor Greif7f6d4e82007-07-13 10:08:18 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
Chris Lattner60dda072006-01-21 04:25:07 +00002
3void %iterative_hash_host_wide_int() {
Reid Spencereacb7022006-12-31 06:02:00 +00004 %zero = alloca int ; <int*> [#uses=2]
5 %b = alloca uint ; <uint*> [#uses=1]
Chris Lattner60dda072006-01-21 04:25:07 +00006 store int 0, int* %zero
Reid Spencereacb7022006-12-31 06:02:00 +00007 %tmp = load int* %zero ; <int> [#uses=1]
Chris Lattner60dda072006-01-21 04:25:07 +00008 %tmp5 = cast int %tmp to uint ; <uint> [#uses=1]
Reid Spencereacb7022006-12-31 06:02:00 +00009 %tmp6.u = add uint %tmp5, 32 ; <uint> [#uses=1]
10 %tmp6 = cast uint %tmp6.u to int ; <int> [#uses=1]
11 %tmp7 = load long* null ; <long> [#uses=1]
Chris Lattner60dda072006-01-21 04:25:07 +000012 %tmp6 = cast int %tmp6 to ubyte ; <ubyte> [#uses=1]
Reid Spencereacb7022006-12-31 06:02:00 +000013 %tmp8 = shr long %tmp7, ubyte %tmp6 ; <long> [#uses=1]
Chris Lattner60dda072006-01-21 04:25:07 +000014 %tmp8 = cast long %tmp8 to uint ; <uint> [#uses=1]
15 store uint %tmp8, uint* %b
16 unreachable
17}