23 lines · plain
1; RUN: llc < %s -mtriple=i686--2 3define void @foobar() {4entry:5 %sub.i = trunc i64 undef to i326 %shr80.i = ashr i32 %sub.i, 167 %add82.i = add nsw i32 %shr80.i, 18 %notlhs.i = icmp slt i32 %shr80.i, undef9 %notrhs.i = icmp sgt i32 %add82.i, -110 %or.cond.not.i = and i1 %notrhs.i, %notlhs.i11 %cmp154.i = icmp slt i32 0, undef12 %or.cond406.i = and i1 %or.cond.not.i, %cmp154.i13 %or.cond406.not.i = xor i1 %or.cond406.i, true14 %or.cond407.i = or i1 undef, %or.cond406.not.i15 br i1 %or.cond407.i, label %if.then158.i, label %if.end163.i16 17if.then158.i:18 ret void19 20if.end163.i: ; preds = %if.end67.i21 ret void22}23