summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/Hexagon/args.ll1
-rw-r--r--llvm/test/CodeGen/Hexagon/duplex.ll7
2 files changed, 1 insertions, 7 deletions
diff --git a/llvm/test/CodeGen/Hexagon/args.ll b/llvm/test/CodeGen/Hexagon/args.ll
index aea4ffe2eee..8af8baf3761 100644
--- a/llvm/test/CodeGen/Hexagon/args.ll
+++ b/llvm/test/CodeGen/Hexagon/args.ll
@@ -1,3 +1,4 @@
+; XFAIL: hexagon
; RUN: llc -march=hexagon -mcpu=hexagonv4 -disable-dfa-sched -disable-hexagon-misched < %s | FileCheck %s
; CHECK: memw(r29{{ *}}+{{ *}}#0){{ *}}={{ *}}#7
; CHECK: r1:0 = combine(#2, #1)
diff --git a/llvm/test/CodeGen/Hexagon/duplex.ll b/llvm/test/CodeGen/Hexagon/duplex.ll
deleted file mode 100644
index 80fe61ceccc..00000000000
--- a/llvm/test/CodeGen/Hexagon/duplex.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
-
-; CHECK: c0 3f 00 48 48003fc0
-
-define i32 @foo() {
-ret i32 0
-} \ No newline at end of file
OpenPOWER on IntegriCloud