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 (i32 %a, i32 %b)
      5 {
      6   %1 = add i32 %a, %b
      7   ret i32 %1
      8 }
      9 
     10 ; CHECK:  c0 3f 10 58 58103fc0
     11