repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
another random update
[llvm/avr.git]
/
test
/
Bitcode
/
extractelement.ll
blob
88229678783f37f401bfaf8b15f6e44cd379e52f
1
; RUN: opt %s -constprop | llvm-dis
2
; PR3465
3
4
define double @test() {
5
%tmp24 = extractelement <2 x double> bitcast (<1 x i128> < i128 85070591730234615870450834276742070272 > to <2 x double>), i32 0
6
ret double %tmp24
7
}
8