brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.2 KiB · 809960a Raw
32 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc %s -o - -mtriple=s390x-linux-gnu | FileCheck %s3 4define void @pr32372(ptr) {5; CHECK-LABEL: pr32372:6; CHECK:       # %bb.0: # %BB7; CHECK-NEXT:    mvhhi 0(%r1), -38258; CHECK-NEXT:  .LBB0_1: # %CF2519; CHECK-NEXT:    # =>This Inner Loop Header: Depth=110; CHECK-NEXT:    j .LBB0_111BB:12  %L = load i8, ptr %013  store i16 -3825, ptr undef14  %L5 = load i8, ptr %015  %B8 = call { i8, i1 } @llvm.umul.with.overflow.i8(i8 %L5, i8 %L)16  %B9 = extractvalue {i8, i1} %B8, 017  %I107 = insertelement <8 x i8> zeroinitializer, i8 %B9, i32 718  %ZE141 = zext i8 %L5 to i1619  br label %CF25120 21CF251:                                            ; preds = %CF258, %CF251, %BB22  %Shuff217 = shufflevector <8 x i8> zeroinitializer, <8 x i8> %I107, <8 x i32> <i32 0, i32 2, i32 undef, i32 6, i32 8, i32 undef, i32 12, i32 14>23  %Cmp227 = icmp sge i16 %ZE141, 024  br i1 %Cmp227, label %CF251, label %CF25825 26CF258:                                            ; preds = %CF25127  %Shuff230 = shufflevector <2 x i16> undef, <2 x i16> undef, <2 x i32> <i32 3, i32 1>28  br label %CF25129}30 31declare {i8, i1} @llvm.umul.with.overflow.i8(i8, i8) nounwind readnone32