Home | History | Annotate | Download | only in Hexagon
      1 ; RUN: llc -march=hexagon -filetype=obj %s -o - \
      2 ; RUN: | llvm-objdump -d - | FileCheck %s
      3 
      4 define i32 @foo (i8 %a)
      5 {
      6   %1 = sext i8 %a to i32
      7   ret i32 %1
      8 }
      9 
     10 ; CHECK: c0 3f 00 55 55003fc0
     11