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
d2686ffa
Commit
d2686ffa
authored
12 years ago
by
Chad Rosier
Browse files
Options
Downloads
Patches
Plain Diff
Remove a few unused arguments.
llvm-svn: 176109
parent
cf6848f1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/test/CodeGen/X86/handle-move.ll
+2
-2
2 additions, 2 deletions
llvm/test/CodeGen/X86/handle-move.ll
with
2 additions
and
2 deletions
llvm/test/CodeGen/X86/handle-move.ll
+
2
−
2
View file @
d2686ffa
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
; DL: [0B,16r:0)[128r,144r:2)[144r,144d:1) 0@0B-phi 1@144r 2@128r
; DL: [0B,16r:0)[128r,144r:2)[144r,144d:1) 0@0B-phi 1@144r 2@128r
; --> [0B,16r:0)[128r,180r:2)[180r,180d:1) 0@0B-phi 1@180r 2@128r
; --> [0B,16r:0)[128r,180r:2)[180r,180d:1) 0@0B-phi 1@180r 2@128r
;
;
define
i32
@f1
(
i32
%a
,
i32
%b
,
i32
%c
,
i32
%d
)
nounwind
uwtable
readnone
ssp
{
define
i32
@f1
(
i32
%a
,
i32
%b
,
i32
%c
)
nounwind
uwtable
readnone
ssp
{
entry:
entry:
%y
=
add
i32
%c
,
1
%y
=
add
i32
%c
,
1
%x
=
udiv
i32
%b
,
%a
%x
=
udiv
i32
%b
,
%a
...
@@ -50,7 +50,7 @@ entry:
...
@@ -50,7 +50,7 @@ entry:
; %vreg5: [16r,112r:0) 0@16r
; %vreg5: [16r,112r:0) 0@16r
; --> [16r,120r:0) 0@16r
; --> [16r,120r:0) 0@16r
;
;
define
i32
@f3
(
i32
%a
,
i32
%b
,
i32
%c
,
i32
%d
)
nounwind
uwtable
readnone
ssp
{
define
i32
@f3
(
i32
%a
,
i32
%b
)
nounwind
uwtable
readnone
ssp
{
entry:
entry:
%y
=
sub
i32
%a
,
%b
%y
=
sub
i32
%a
,
%b
%x
=
add
i32
%a
,
%b
%x
=
add
i32
%a
,
%b
...
...
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