diff options
Diffstat (limited to 'test/MC/Hexagon/inst_sxtb.ll')
-rw-r--r-- | test/MC/Hexagon/inst_sxtb.ll | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/MC/Hexagon/inst_sxtb.ll b/test/MC/Hexagon/inst_sxtb.ll new file mode 100644 index 0000000..4a21742 --- /dev/null +++ b/test/MC/Hexagon/inst_sxtb.ll @@ -0,0 +1,10 @@ +;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \ +;; RUN: | llvm-objdump -s - | FileCheck %s + +define i32 @foo (i8 %a) +{ + %1 = sext i8 %a to i32 + ret i32 %1 +} + +; CHECK: 0000 0040a070 00c09f52 |