Nadav Rotem | 8b7c3d0 | 2012-02-14 13:06:32 +0000 | [diff] [blame^] | 1 | ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx |
2 | target triple = "x86_64-unknown-linux-gnu" | ||||
3 | ; Make sure we are not crashing on this one | ||||
4 | define void @autogen_28112_5000() { | ||||
5 | BB: | ||||
6 | %S17 = icmp sgt <1 x i64> undef, undef | ||||
7 | %E19 = extractelement <1 x i1> %S17, i32 0 | ||||
8 | br label %CF | ||||
9 | |||||
10 | CF: ; preds = %CF, %BB | ||||
11 | %S23 = select i1 %E19, i8 undef, i8 undef | ||||
12 | br label %CF | ||||
13 | } |