2007-04-08-SingleEltVectorCrash.ll 153 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 ; RUN: opt < %s -instcombine -disable-output ; PR1304 define i64 @bork(<1 x i64> %vec) { %tmp = extractelement <1 x i64> %vec, i32 0 ret i64 %tmp }