brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1014 B · a05a418 Raw
19 lines · plain
1; RUN: llc -verify-machineinstrs -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 < %s2target triple = "powerpc64-unknown-linux-gnu"3 4define void @autogen_SD367951() {5BB:6  %Shuff = shufflevector <16 x i16> zeroinitializer, <16 x i16> zeroinitializer, <16 x i32> <i32 26, i32 28, i32 30, i32 undef, i32 2, i32 4, i32 undef, i32 undef, i32 10, i32 undef, i32 14, i32 16, i32 undef, i32 20, i32 undef, i32 24>7  %Shuff7 = shufflevector <16 x i16> zeroinitializer, <16 x i16> %Shuff, <16 x i32> <i32 20, i32 undef, i32 24, i32 26, i32 28, i32 undef, i32 0, i32 undef, i32 4, i32 6, i32 8, i32 10, i32 12, i32 14, i32 16, i32 18>8  %Cmp11 = icmp ugt <16 x i16> %Shuff7, zeroinitializer9  %E27 = extractelement <16 x i1> %Cmp11, i32 510  br label %CF7611 12CF76:                                             ; preds = %CF80, %CF76, %BB13  br i1 undef, label %CF76, label %CF8014 15CF80:                                             ; preds = %CF7616  %Sl37 = select i1 %E27, <16 x i16> undef, <16 x i16> %Shuff17  br label %CF7618}19