summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2007-04-08-SingleEltVectorCrash.ll
blob: 34322a2788a2ed9a1dbda27c6f1144564492c794 (plain)
1
2
3
4
5
6
7
; RUN: llvm-as < %s | opt -instcombine -disable-output
; PR1304

define i64 @bork(<1 x i64> %vec) {
  %tmp = extractelement <1 x i64> %vec, i32 0
  ret i64 %tmp
}
OpenPOWER on IntegriCloud