xref: /aosp_15_r20/external/llvm/test/CodeGen/X86/2012-02-14-scalar.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx
2*9880d681SAndroid Build Coastguard Workertarget triple = "x86_64-unknown-linux-gnu"
3*9880d681SAndroid Build Coastguard Worker; Make sure we are not crashing on this one
4*9880d681SAndroid Build Coastguard Workerdefine void @autogen_28112_5000() {
5*9880d681SAndroid Build Coastguard WorkerBB:
6*9880d681SAndroid Build Coastguard Worker  %S17 = icmp sgt <1 x i64> undef, undef
7*9880d681SAndroid Build Coastguard Worker  %E19 = extractelement <1 x i1> %S17, i32 0
8*9880d681SAndroid Build Coastguard Worker  br label %CF
9*9880d681SAndroid Build Coastguard Worker
10*9880d681SAndroid Build Coastguard WorkerCF:                                               ; preds = %CF, %BB
11*9880d681SAndroid Build Coastguard Worker  %S23 = select i1 %E19, i8 undef, i8 undef
12*9880d681SAndroid Build Coastguard Worker  br label %CF
13*9880d681SAndroid Build Coastguard Worker}
14