summaryrefslogtreecommitdiff
path: root/test/Transforms/ADCE/basictest1.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-08-22 16:39:04 +0000
committerChris Lattner <sabre@nondot.org>2002-08-22 16:39:04 +0000
commit0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c (patch)
treeb9fc2b8add88725f71f673b93f12466ca64df59a /test/Transforms/ADCE/basictest1.ll
parentb933529444a3480580e18bee0c2e7aad6d7059bb (diff)
downloadllvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.tar.gz
llvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.tar.bz2
llvm-0fd5bfd79d2b8db580bbc9ed7ebaf7e62c27260c.tar.xz
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
Diffstat (limited to 'test/Transforms/ADCE/basictest1.ll')
-rw-r--r--test/Transforms/ADCE/basictest1.ll15
1 files changed, 10 insertions, 5 deletions
diff --git a/test/Transforms/ADCE/basictest1.ll b/test/Transforms/ADCE/basictest1.ll
index bf99e5b815..c7a6d46832 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