summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/extractelement.ll
blob: 10858a6dd30a53c0d6ac8f69c6ba3aae679ca249 (plain)
1
2
3
4
5
6
7
8
9
; RUN: opt < %s -instsimplify | llvm-dis -disable-output
; RUN: verify-uselistorder < %s
; PR3465

define double @test() {
  %tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
  ret double %tmp24
}