22 lines · plain
1; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=zEC12 | FileCheck %s2;3; Test that <1 x i8> is legalized properly without vector support.4 5define void @autogen_SD18500(ptr) {6; CHECK: .text7BB:8 %L5 = load i8, ptr %09 %I22 = insertelement <1 x i8> undef, i8 %L5, i32 010 %Cmp53 = icmp ule i1 undef, undef11 br label %CF24412 13CF244: ; preds = %CF244, %BB14 %Sl119 = select i1 %Cmp53, <1 x i8> %I22, <1 x i8> undef15 %Cmp148 = fcmp une float 0x3E03A81780000000, 0x42D92DCD0000000016 br i1 %Cmp148, label %CF244, label %CF24117 18CF241: ; preds = %CF241, %CF24419 %Sl199 = select i1 true, <1 x i8> %Sl119, <1 x i8> zeroinitializer20 br label %CF24121}22