mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
8 lines
192 B
LLVM
8 lines
192 B
LLVM
|
; Tests for SSE1 and below, without SSE2+.
|
||
|
; RUN: llc < %s -mcpu=pentium3 -O3 | FileCheck %s
|
||
|
|
||
|
define <8 x i16> @test1(<8 x i32> %a) nounwind {
|
||
|
; CHECK: test1
|
||
|
ret <8 x i16> zeroinitializer
|
||
|
}
|