26 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s3 4define void @pr32108() {5; CHECK-LABEL: pr32108:6; CHECK: # %bb.0: # %BB7; CHECK-NEXT: .p2align 48; CHECK-NEXT: .LBB0_1: # %CF2449; CHECK-NEXT: # =>This Inner Loop Header: Depth=110; CHECK-NEXT: jmp .LBB0_111BB:12 %Cmp45 = icmp slt <4 x i32> undef, undef13 br label %CF24314 15CF243: ; preds = %CF243, %BB16 br i1 poison, label %CF243, label %CF25717 18CF257: ; preds = %CF24319 %Shuff144 = shufflevector <4 x i1> undef, <4 x i1> %Cmp45, <4 x i32> <i32 undef, i32 undef, i32 5, i32 undef>20 br label %CF24421 22CF244: ; preds = %CF244, %CF25723 %Shuff182 = shufflevector <4 x i1> %Shuff144, <4 x i1> zeroinitializer, <4 x i32> <i32 3, i32 5, i32 7, i32 undef>24 br label %CF24425}26