Xamarin Public Jenkins (auto-signing) e19d552987 Imported Upstream version 5.18.0.161
Former-commit-id: 4db48158d3a35497b8f118ab21b5f08ac3d86d98
2018-10-19 08:34:24 +00:00

14 lines
433 B
LLVM

; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx
target triple = "x86_64-unknown-linux-gnu"
; Make sure we are not crashing on this one
define void @autogen_28112_5000() {
BB:
%S17 = icmp sgt <1 x i64> undef, undef
%E19 = extractelement <1 x i1> %S17, i32 0
br label %CF
CF: ; preds = %CF, %BB
%S23 = select i1 %E19, i8 undef, i8 undef
br label %CF
}