1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-25 00:33:15 +00:00
llvm-6502/test/Bitcode/extractelement.ll

9 lines
242 B
LLVM

; RUN: opt < %s -constprop | llvm-dis -disable-output
; PR3465
define double @test() {
%tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
ret double %tmp24
}