bolt/deps/llvm-18.1.8/llvm/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll

8 lines
160 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=instcombine -disable-output
; PR1304
define i64 @bork(<1 x i64> %vec) {
%tmp = extractelement <1 x i64> %vec, i32 0
ret i64 %tmp
}