summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Hexagon
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/MC/Hexagon')
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_eqi.ll10
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_gti.ll10
-rw-r--r--llvm/test/MC/Hexagon/inst_cmp_ugti.ll10
3 files changed, 0 insertions, 30 deletions
diff --git a/llvm/test/MC/Hexagon/inst_cmp_eqi.ll b/llvm/test/MC/Hexagon/inst_cmp_eqi.ll
deleted file mode 100644
index 78c92902350..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_eqi.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp eq i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40450075 00400000 00c09f52
diff --git a/llvm/test/MC/Hexagon/inst_cmp_gti.ll b/llvm/test/MC/Hexagon/inst_cmp_gti.ll
deleted file mode 100644
index 36828cc4209..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_gti.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp sgt i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40454075 00400000 00c09f52
diff --git a/llvm/test/MC/Hexagon/inst_cmp_ugti.ll b/llvm/test/MC/Hexagon/inst_cmp_ugti.ll
deleted file mode 100644
index 459b5bf77d3..00000000000
--- a/llvm/test/MC/Hexagon/inst_cmp_ugti.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-;; RUN: llc -mtriple=hexagon-unknown-elf -filetype=obj %s -o - \
-;; RUN: | llvm-objdump -s - | FileCheck %s
-
-define i1 @foo (i32 %a)
-{
- %1 = icmp ugt i32 %a, 42
- ret i1 %1
-}
-
-; CHECK: 0000 40458075 00400000 00c09f52
OpenPOWER on IntegriCloud