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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
Transforms
/
InstCombine
/
2007-01-13-ExtCompareMiscompile.ll
blob
e5238a577d2d837aa5efee49864e8a9822679d7c
1
; RUN: opt < %s -instcombine -S | grep {icmp ugt}
2
; PR1107
3
; PR1940
4
5
define i1 @test(i8 %A, i8 %B) {
6
%a = zext i8 %A to i32
7
%b = zext i8 %B to i32
8
%c = icmp sgt i32 %a, %b
9
ret i1 %c
10
}