summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon
diff options
context:
space:
mode:
authorAnshuman Dasgupta <adasgupt@codeaurora.org>2013-02-13 22:56:34 +0000
committerAnshuman Dasgupta <adasgupt@codeaurora.org>2013-02-13 22:56:34 +0000
commit666e0d3bc4a28540c1aa73b24573af70d1d46aea (patch)
treebd2c8698b2139f8ac50ae5f32a6878ad774fda38 /test/CodeGen/Hexagon
parentff91f2ef47cd16adffaa16ee83c45f6c3933a415 (diff)
downloadllvm-666e0d3bc4a28540c1aa73b24573af70d1d46aea.tar.gz
llvm-666e0d3bc4a28540c1aa73b24573af70d1d46aea.tar.bz2
llvm-666e0d3bc4a28540c1aa73b24573af70d1d46aea.tar.xz
Hexagon: add support for predicate-GPR copies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Hexagon')
-rw-r--r--test/CodeGen/Hexagon/predicate-copy.ll8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/CodeGen/Hexagon/predicate-copy.ll b/test/CodeGen/Hexagon/predicate-copy.ll
new file mode 100644
index 0000000000..552b687941
--- /dev/null
+++ b/test/CodeGen/Hexagon/predicate-copy.ll
@@ -0,0 +1,8 @@
+; RUN: llc -march=hexagon -mcpu=hexagonv4 -O3 < %s | FileCheck %s
+
+; CHECK: r{{[0-9]+}} = p{{[0-9]+}}
+define i1 @foo() {
+entry:
+ ret i1 false
+}
+