New testcase
[oota-llvm.git] / test / Transforms / ADCE / basictest1.ll
index bf99e5b815fa0d61e7c1530a9dd5b6c76cada548..c7a6d46832bb0294240a2705854a675c9bf51b91 100644 (file)
@@ -49,8 +49,10 @@ bb5:                                 ;[#uses=1]
        %reg107-idxcast1 = cast int %fd to uint         ; <uint> [#uses=2]
        %reg107-idxcast2 = cast int %fd to uint         ; <uint> [#uses=1]
        %reg1311 = getelementptr [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast2              ; <%spec_fd_t*> [#uses=1]
-       %reg1321 = load [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast1, ubyte 2              ; <int> [#uses=3]
-       %reg1331 = load %spec_fd_t* %reg1311, uint 0, ubyte 1           ; <int> [#uses=1]
+       %idx1 = getelementptr [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast1, ubyte 2                ; <int> [#uses=3]
+       %reg1321 = load int* %idx1
+       %idx2 = getelementptr %spec_fd_t* %reg1311, uint 0, ubyte 1             ; <int> [#uses=1]
+       %reg1331 = load int* %idx2
        %cond270 = setlt int %reg1321, %reg1331         ; <bool> [#uses=1]
        br bool %cond270, label %bb9, label %bb6
 
@@ -68,12 +70,15 @@ bb8:                                        ;[#uses=3]
 
 bb9:                                   ;[#uses=1]
        %reg107-idxcast3 = cast int %fd to uint         ; <uint> [#uses=1]
-       %reg1601 = load [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast3, ubyte 3              ; <ubyte*> [#uses=1]
+       %idx3 = getelementptr [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast3, ubyte 3                ; <ubyte*> [#uses=1]
+       %reg1601 = load ubyte** %idx3
        %reg132-idxcast1 = cast int %reg1321 to uint            ; <uint> [#uses=1]
-       %reg1621 = load ubyte* %reg1601, uint %reg132-idxcast1          ; <ubyte> [#uses=2]
+       %idx4 = getelementptr ubyte* %reg1601, uint %reg132-idxcast1            ; <ubyte> [#uses=2]
+       %reg1621 = load ubyte* %idx4
        %cast108 = cast ubyte %reg1621 to uint          ; <uint> [#uses=0]
        %reg157 = add int %reg1321, 1           ; <int> [#uses=1]
-       store int %reg157, [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast1, ubyte 2
+       %idx5 = getelementptr [3 x %spec_fd_t]* %spec_fd, uint 0, uint %reg107-idxcast1, ubyte 2
+       store int %reg157, int* %idx5
        %reg163 = load int* %dbglvl             ; <int> [#uses=1]
        %cond272 = setle int %reg163, 4         ; <bool> [#uses=1]
        br bool %cond272, label %bb11, label %bb10