[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
[llvm-core.git] / test / CodeGen / X86 / 2008-10-16-VecUnaryOp.ll
blobfef7d7de0d7f81c9e0bcbe3e0fbb2800a178a9f7
1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2
2 ; PR2762
3 define void @foo(<4 x i32>* %p, <4 x double>* %q) {
4   %n = load <4 x i32>, <4 x i32>* %p
5   %z = sitofp <4 x i32> %n to <4 x double>
6   store <4 x double> %z, <4 x double>* %q
7   ret void