23 lines · plain
1; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -align-all-blocks=16 < %s | FileCheck %s2 3;CHECK-LABEL: foo:4;CHECK: .p2align 165;CHECK: .p2align 166;CHECK: .p2align 167;CHECK: ret8define i32 @foo(i32 %t, i32 %l) nounwind readnone ssp uwtable {9 %1 = icmp eq i32 %t, 010 br i1 %1, label %4, label %211 12; <label>:2 ; preds = %013 %3 = add nsw i32 %t, 214 ret i32 %315 16; <label>:4 ; preds = %017 %5 = icmp eq i32 %l, 018 %. = select i1 %5, i32 0, i32 519 ret i32 %.20}21 22 23