mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
9 lines
236 B
LLVM
9 lines
236 B
LLVM
|
; RUN: llvm-as < %s | opt -constprop | llvm-dis
|
||
|
; PR3465
|
||
|
|
||
|
define double @test() {
|
||
|
%tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
|
||
|
ret double %tmp24
|
||
|
}
|
||
|
|