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