Home | History | Annotate | Download | only in X86
      1 ; RUN: llc -march=x86 -mcpu=i686 -mattr=+mmx < %s | FileCheck %s
      2 ; <rdar://problem/10106006>
      3 
      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
      9 
     10 bb367:                                            ; preds = %entry                                                                                                                 
     11   ret void
     12 }
     13