Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / Hexagon / inst_sxtb.ll
blobdf4b5bcfa5937afff4dd9e7e9e671411f78d4ad6
1 ; RUN: llc -mtriple=hexagon -filetype=obj %s -o - \
2 ; RUN: | llvm-objdump -d - | FileCheck %s
4 define i32 @foo (i8 %a)
6   %1 = sext i8 %a to i32
7   ret i32 %1
10 ; CHECK: c0 3f 00 55 55003fc0