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