46 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 -O3 | FileCheck %s3 4target datalayout = "E-m:e-i1:8:16-i8:8:16-i64:64-f128:64-v128:64-a:8:16-n32:64"5 6@g_150 = external dso_local unnamed_addr global [9 x i32], align 47@g_317 = external dso_local unnamed_addr global [1 x [10 x [8 x i32]]], align 48 9define dso_local void @main() local_unnamed_addr {10; CHECK-LABEL: main:11; CHECK: # %bb.0: # %bb12; CHECK-NEXT: lhi %r0, 013; CHECK-NEXT: strl %r0, g_317+29614; CHECK-NEXT: lhi %r0, 615; CHECK-NEXT: strl %r0, g_150+1216bb:17 br label %bb118 19bb1: ; preds = %bb1, %bb20 br i1 undef, label %bb2, label %bb121 22bb2: ; preds = %bb123 store i32 0, ptr getelementptr inbounds ([1 x [10 x [8 x i32]]], ptr @g_317, i64 0, i64 0, i64 9, i64 2), align 424 %i = load i32, ptr getelementptr inbounds ([1 x [10 x [8 x i32]]], ptr @g_317, i64 0, i64 0, i64 9, i64 2), align 425 %i3 = insertelement <8 x i32> undef, i32 %i, i32 026 %i4 = shufflevector <8 x i32> %i3, <8 x i32> undef, <8 x i32> zeroinitializer27 %i5 = add nsw <8 x i8> zeroinitializer, <i8 6, i8 6, i8 6, i8 6, i8 6, i8 6, i8 6, i8 6>28 %i6 = zext <8 x i8> %i5 to <8 x i32>29 %i7 = icmp slt <8 x i32> undef, %i630 %i8 = or <8 x i1> zeroinitializer, %i731 %i9 = select <8 x i1> %i8, <8 x i32> zeroinitializer, <8 x i32> %i432 %i10 = shl <8 x i32> %i6, %i933 %i11 = xor <8 x i32> %i10, zeroinitializer34 %i12 = xor <8 x i32> %i11, zeroinitializer35 %i13 = xor <8 x i32> %i12, zeroinitializer36 %i14 = extractelement <8 x i32> %i13, i32 037 %i15 = xor i32 %i14, 038 %i16 = xor i32 %i15, 039 %i17 = shl i32 %i16, 2440 %i18 = ashr exact i32 %i17, 2441 store i32 %i18, ptr getelementptr inbounds ([9 x i32], ptr @g_150, i64 0, i64 3), align 442 unreachable43}44 45attributes #0 = { "use-soft-float"="false" }46