diff options
author | Chris Lattner <sabre@nondot.org> | 2002-08-22 16:39:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-08-22 16:39:04 +0000 |
commit | 0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c (patch) | |
tree | b9fc2b8add88725f71f673b93f12466ca64df59a | |
parent | b933529444a3480580e18bee0c2e7aad6d7059bb (diff) | |
download | external_llvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.zip external_llvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.tar.gz external_llvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.tar.bz2 |
Covnert testcases to not use indexed loads/stores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3457 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll | 2 | ||||
-rw-r--r-- | test/Transforms/ADCE/basictest1.ll | 15 | ||||
-rw-r--r-- | test/Transforms/ADCE/basictest2.ll | 15 |
3 files changed, 21 insertions, 11 deletions
diff --git a/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll b/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll index 4ddb3f1..10e6578 100644 --- a/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll +++ b/test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll @@ -17,7 +17,7 @@ bb0: ;[#uses=0] br label %bb1 bb1: ;[#uses=2] - %reg107 = load %node_t** %nodelist, uint 0 ; <%node_t*> [#uses=2] + %reg107 = load %node_t** %nodelist ; <%node_t*> [#uses=2] %cond211 = seteq %node_t* %reg107, null ; <bool> [#uses=1] br bool %cond211, label %bb3, label %bb2 diff --git a/test/Transforms/ADCE/basictest1.ll b/test/Transforms/ADCE/basictest1.ll index bf99e5b..c7a6d46 100644 --- a/test/Transforms/ADCE/basictest1.ll +++ b/test/Transforms/ADCE/basictest1.ll @@ -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 diff --git a/test/Transforms/ADCE/basictest2.ll b/test/Transforms/ADCE/basictest2.ll index 7414d97..e0cb83a 100644 --- a/test/Transforms/ADCE/basictest2.ll +++ b/test/Transforms/ADCE/basictest2.ll @@ -50,8 +50,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 @@ -69,12 +71,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 |