mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-02-08 05:51:33 -05: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
|
|
}
|
|
|