Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
llvm-epi
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
Show more breadcrumbs
Roger Ferrer
llvm-epi
Commits
c3b1a220
Commit
c3b1a220
authored
18 years ago
by
Owen Anderson
Browse files
Options
Downloads
Patches
Plain Diff
Testcase that Nate found where LoopUnswitch chokes on eliminating a dead case
from a switch instruction. llvm-svn: 28946
parent
f6f5aff0
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/Regression/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
+31
-0
31 additions, 0 deletions
...sion/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
with
31 additions
and
0 deletions
llvm/test/Regression/Transforms/LoopUnswitch/2006-06-27-DeadSwitchCase.ll
0 → 100644
+
31
−
0
View file @
c3b1a220
; RUN: llvm-as < %s | opt -loop-unswitch -disable-output
implementation
; Functions:
void
%init_caller_save
()
{
entry:
br
label
%cond_true78
cond_next20:
; preds = %cond_true64
br
label
%bb31
bb31:
; preds = %cond_true64, %cond_true64, %cond_next20
%iftmp.29.1
=
phi
uint
[
0
,
%cond_next20
],
[
0
,
%cond_true64
],
[
0
,
%cond_true64
]
; <uint> [#uses=0]
br
label
%bb54
bb54:
; preds = %cond_true78, %bb31
br
bool
false
,
label
%bb75
,
label
%cond_true64
cond_true64:
; preds = %bb54
switch
int
%i.0.0
,
label
%cond_next20
[
int
17
,
label
%bb31
int
18
,
label
%bb31
]
bb75:
; preds = %bb54
%tmp74.0
=
add
int
%i.0.0
,
1
; <int> [#uses=1]
br
label
%cond_true78
cond_true78:
; preds = %bb75, %entry
%i.0.0
=
phi
int
[
0
,
%entry
],
[
%tmp74.0
,
%bb75
]
; <int> [#uses=2]
br
label
%bb54
}
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