Skip to content
Snippets Groups Projects
Commit 48b6e27e authored by Chris Lattner's avatar Chris Lattner
Browse files

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
No related tags found
No related merge requests found
; 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 = xor 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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment