summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-01-13-ExtCompareMiscompile.ll
blob: e5238a577d2d837aa5efee49864e8a9822679d7c (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: opt < %s -instcombine -S | grep {icmp ugt}
; PR1107
; PR1940

define i1 @test(i8 %A, i8 %B) {
	%a = zext i8 %A to i32
	%b = zext i8 %B to i32
	%c = icmp sgt i32 %a, %b
	ret i1 %c
}
OpenPOWER on IntegriCloud