repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix PR4963: folding insertvalue would sometimes turn a packed struct into
[llvm/avr.git]
/
test
/
Transforms
/
InstCombine
/
and2.ll
blob
0af9bfaff3941f1013116826d0ca75213a643bdf
1
; RUN: opt < %s -instcombine -S | not grep and
2
3
4
; PR1738
5
define i1 @test1(double %X, double %Y) {
6
%tmp9 = fcmp ord double %X, 0.000000e+00
7
%tmp13 = fcmp ord double %Y, 0.000000e+00
8
%bothcond = and i1 %tmp13, %tmp9
9
ret i1 %bothcond
10
}
11
12