Dan Gohman | 0a06310 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86 -mattr=+mmx -mtriple=i686-apple-darwin9 -o - | grep punpckldq |
Nate Begeman | 6357f9d | 2008-07-25 19:05:58 +0000 | [diff] [blame] | 2 | |
3 | define <2 x i32> @mmx_movzl(<2 x i32> %x) nounwind { | ||||
4 | entry: | ||||
5 | %tmp3 = insertelement <2 x i32> %x, i32 32, i32 0 ; <<2 x i32>> [#uses=1] | ||||
6 | %tmp8 = insertelement <2 x i32> %tmp3, i32 0, i32 1 ; <<2 x i32>> [#uses=1] | ||||
7 | ret <2 x i32> %tmp8 | ||||
8 | } |