Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
44b30c9a
Commit
44b30c9a
authored
20 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
modernize and clean up this test.
llvm-svn: 19347
parent
473825cc
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/Regression/CodeGen/Generic/fwdtwice.ll
+6
-13
6 additions, 13 deletions
llvm/test/Regression/CodeGen/Generic/fwdtwice.ll
with
6 additions
and
13 deletions
llvm/test/Regression/CodeGen/Generic/fwdtwice.ll
+
6
−
13
View file @
44b30c9a
...
@@ -13,23 +13,16 @@
...
@@ -13,23 +13,16 @@
;; This came from %bb1 of sumarrray.ll generated from sumarray.c.
;; This came from %bb1 of sumarrray.ll generated from sumarray.c.
;;;; ******************************************************
int
%SumArray
(
int
%Num
)
{
implementation
%Num
=
alloca
int
;;;; ******************************************************
int
"SumArray"
(
int
%Num
)
begin
bb0:
;[#uses=3]
br
label
%Top
br
label
%Top
Top:
Top:
%Num
=
alloca
int
; <int *> [#uses=2]
store
int
%Num
,
int
*
%Num
store
int
%Num
,
int
*
%Num
%reg108
=
load
int
*
%Num
; <int> [#uses=2]
%reg108
=
load
int
*
%Num
%cast1006
=
cast
int
%reg108
to
uint
; <uint> [#uses=1]
%cast1006
=
cast
int
%reg108
to
uint
%cond1001
=
setle
uint
%cast1006
,
0
; <bool> [#uses=1]
%cond1001
=
setle
uint
%cast1006
,
0
br
bool
%cond1001
,
label
%bb6
,
label
%Top
br
bool
%cond1001
,
label
%bb6
,
label
%Top
bb6:
bb6:
ret
int
42
ret
int
42
end
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment