• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
2; CHECK: movl $1, %{{.*}}
3define <2 x i64> @test1() nounwind {
4entry:
5	ret <2 x i64> < i64 1, i64 0 >
6}
7
8