Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / 2012-02-23-mmx-inlineasm.ll
blob790bc1f329f1e76001601a4fcf2f3d74640ef748
1 ; RUN: llc -mtriple=i686-- -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
2 ; <rdar://problem/10106006>
4 define void @func() nounwind ssp {
5 ; CHECK:  psrlw %mm0, %mm1
6 entry:
7   call void asm sideeffect "psrlw $0, %mm1", "y,~{dirflag},~{fpsr},~{flags}"(i32 8) nounwind
8   unreachable
10 bb367:                                            ; preds = %entry                                                                                                                 
11   ret void