mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 17:51:07 -04:00
8 lines
236 B
LLVM
8 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
|
|
}
|
|
|