summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2008-05-31-BoolOverflow.ll
blob: e9fa552433a5f07d032e5068d43ebf8229abbbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; RUN: llc < %s -march=c | grep {llvm_cbe_t.*&1}
define i32 @test(i32 %r) {
  %s = icmp eq i32 %r, 0
  %t = add i1 %s, %s
  %u = zext i1 %t to i32
  br i1 %t, label %A, label %B
A:

  ret i32 %u
B:

  %v = select i1 %t, i32 %r, i32 %u
  ret i32 %v
}
OpenPOWER on IntegriCloud