]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/blob - test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
[canonicalize] Teach InstCombine to canonicalize loads which are only
[opencl/llvm.git] / test / Transforms / InstCombine / 2007-04-08-SingleEltVectorCrash.ll
1 ; RUN: opt < %s -instcombine -disable-output
2 ; PR1304
4 define i64 @bork(<1 x i64> %vec) {
5   %tmp = extractelement <1 x i64> %vec, i32 0
6   ret i64 %tmp
7 }