Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / CodeGen / X86 / sext-trunc.ll
blob97b46668270239563417daa14070f566b2cc5104
1 ; RUN: llvm-as < %s | llc -march=x86 > %t
2 ; RUN: grep movsbl %t
3 ; RUN: not grep movz %t
4 ; RUN: not grep and %t
6 define i8 @foo(i16 signext  %x) signext nounwind  {
7         %retval56 = trunc i16 %x to i8
8         ret i8 %retval56