brintos

brintos / llvm-project-archived public Read only

0
0
Text · 433 B · 1dc076b Raw
14 lines · plain
1; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx2target triple = "x86_64-unknown-linux-gnu"3; Make sure we are not crashing on this one4define void @autogen_28112_5000() {5BB:6  %S17 = icmp sgt <1 x i64> undef, undef7  %E19 = extractelement <1 x i1> %S17, i32 08  br label %CF9 10CF:                                               ; preds = %CF, %BB11  %S23 = select i1 %E19, i8 undef, i8 undef12  br label %CF13}14