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