repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
2011-02-27-Fpextend.ll
blob
c12b9563b3050899dd5409d67e8a8cac9aa98b1d
1
; RUN: llc -mtriple=x86_64-pc-linux < %s
2
; PR9309
3
4
define <4 x double> @f_fu(<4 x float>) nounwind {
5
%float2double.i = fpext <4 x float> %0 to <4 x double>
6
ret <4 x double> %float2double.i
7
}