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