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