2 ; RUN: llc -verify-machineinstrs -mcpu=pwr7 < %s | FileCheck %s
3 target datalayout = "E-m:e-i64:64-n32:64"
4 target triple = "powerpc64-unknown-linux-gnu"
6 ; Function Attrs: nounwind
7 define void @foo(i32 signext %a, i32 signext %b) #0 {
9 %cmp = icmp sgt i32 %a, 5
10 %cmp1 = icmp slt i32 %b, 3
11 %or.cond = or i1 %cmp, %cmp1
12 br i1 %or.cond, label %if.then, label %if.else
24 if.then: ; preds = %entry
25 tail call void @bar() #0
28 if.else: ; preds = %entry
29 tail call void @car() #0
32 if.end: ; preds = %if.else, %if.then
36 declare void @bar(...)
38 declare void @car(...)
40 attributes #0 = { nounwind }