mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
6 lines
141 B
LLVM
6 lines
141 B
LLVM
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
|
|
define <2 x i64> @test1() nounwind {
|
|
entry:
|
|
ret <2 x i64> < i64 1, i64 0 >
|
|
}
|
|
|