blob: 10858a6dd30a53c0d6ac8f69c6ba3aae679ca249 [file] [log] [blame]
; 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
}