YouCompleteMe/cpp/llvm/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll

8 lines
153 B
LLVM
Raw Normal View History

2012-07-05 17:51:06 -07:00
; 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
}