1 ; RUN: opt < %s -instcombine -S | not grep xor
3 define i1 @test1(i8 %x, i8 %y) {
6 %tmp = icmp slt i8 %X, %Y
10 define i1 @test2(i8 %x, i8 %y) {
13 %tmp = icmp ult i8 %X, %Y
17 define i1 @test3(i8 %x) {
19 %tmp = icmp uge i8 %X, 15
23 define i1 @test4(i8 %x, i8 %y) {
26 %tmp = icmp slt i8 %X, %Y
30 define i1 @test5(i8 %x, i8 %y) {
33 %tmp = icmp ult i8 %X, %Y
37 define i1 @test6(i8 %x) {
39 %tmp = icmp uge i8 %X, 15