brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · e26a860 Raw
10 lines · plain
1; RUN: llc < %s2; REQUIRES: default_triple3 4define <2 x i64> @_mm_movpi64_pi64(<1 x i64> %a, <1 x i64> %b) nounwind readnone {5entry:6  %0 = shufflevector <1 x i64> %a, <1 x i64> %b, <2 x i32> <i32 0, i32 1>7	ret <2 x i64> %08}9 10