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
48b6e27e
Commit
48b6e27e
authored
15 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
remove this testcase, it isn't clear what it was testing and it is subsumed by or.ll
llvm-svn: 97798
parent
654ec2a6
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/Transforms/InstCombine/2006-12-08-ICmp-Combining.ll
+0
-18
0 additions, 18 deletions
.../test/Transforms/InstCombine/2006-12-08-ICmp-Combining.ll
with
0 additions
and
18 deletions
llvm/test/Transforms/InstCombine/2006-12-08-ICmp-Combining.ll
deleted
100644 → 0
+
0
−
18
View file @
654ec2a6
; RUN: opt < %s -instcombine -S | \
; RUN: grep {%bothcond =}
define
i1
@Doit_bb
(
i32
%i.0
)
{
bb:
%tmp
=
icmp
sgt
i32
%i.0
,
0
; <i1> [#uses=1]
%tmp.not
=
x
or
i1
%tmp
,
true
; <i1> [#uses=1]
%tmp2
=
icmp
sgt
i32
%i.0
,
8
; <i1> [#uses=1]
%bothcond
=
or
i1
%tmp.not
,
%tmp2
; <i1> [#uses=1]
br
i1
%bothcond
,
label
%exitTrue
,
label
%exitFalse
exitTrue:
; preds = %bb
ret
i1
true
exitFalse:
; preds = %bb
ret
i1
false
}
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