blob: 2c1acb627357dcd8974f8f632894dc2c5393a063 [file] [log] [blame]
Chris Lattnercc606092010-08-26 05:24:29 +00001; Tests for SSE1 and below, without SSE2+.
2; RUN: llc < %s -mcpu=pentium3 -O3 | FileCheck %s
3
4define <8 x i16> @test1(<8 x i32> %a) nounwind {
5; CHECK: test1
6 ret <8 x i16> zeroinitializer
7}