view test/CodeGen/X86/2012-02-14-scalar.ll @ 33:e4204d083e25

LLVM 3.5
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Thu, 12 Dec 2013 14:32:10 +0900
parents 95c75e76d11b
children
line wrap: on
line source

; 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
}