[Demangle] Add a few more options to the microsoft demangler
[llvm-complete.git] / test / CodeGen / X86 / 2009-06-18-movlp-shuffle-register.ll
blob7cb1b1e95de4e6b167c86c2b17945a0b0572175b
1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse,-sse2 | FileCheck %s
2 ; PR2484
4 define <4 x float> @f4523(<4 x float> %a,<4 x float> %b) nounwind {
5 entry:
6 ; CHECK: shufps $228, %xmm
7 %shuffle = shufflevector <4 x float> %a, <4 x float> %b, <4 x i32> <i32 4,i32
8 5,i32 2,i32 3>
9 ret <4 x float> %shuffle