summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PIC16
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-12-19 11:38:14 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-12-19 11:38:14 +0000
commitbda8002e7f107a72615d6e68e0cb2f1fe74c1aff (patch)
treee6fe411fbb839cce0a585444e28483679a02ad71 /llvm/test/CodeGen/PIC16
parentb878801046a384bad47342f1da769e3942ad18c6 (diff)
downloadbcm5719-llvm-bda8002e7f107a72615d6e68e0cb2f1fe74c1aff.tar.gz
bcm5719-llvm-bda8002e7f107a72615d6e68e0cb2f1fe74c1aff.zip
Test cases for changes done in 91768.
llvm-svn: 91773
Diffstat (limited to 'llvm/test/CodeGen/PIC16')
-rw-r--r--llvm/test/CodeGen/PIC16/check_inc_files.ll9
-rw-r--r--llvm/test/CodeGen/PIC16/test_indf_name.ll12
2 files changed, 21 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PIC16/check_inc_files.ll b/llvm/test/CodeGen/PIC16/check_inc_files.ll
new file mode 100644
index 00000000000..436d4160737
--- /dev/null
+++ b/llvm/test/CodeGen/PIC16/check_inc_files.ll
@@ -0,0 +1,9 @@
+; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
+
+;CHECK: #include p16f1xxx.inc
+;CHECK: #include stdmacros.inc
+
+define void @foo() nounwind {
+entry:
+ ret void
+}
diff --git a/llvm/test/CodeGen/PIC16/test_indf_name.ll b/llvm/test/CodeGen/PIC16/test_indf_name.ll
new file mode 100644
index 00000000000..d52fc1125d7
--- /dev/null
+++ b/llvm/test/CodeGen/PIC16/test_indf_name.ll
@@ -0,0 +1,12 @@
+; RUN: llvm-as < %s | llc -march=pic16 | FileCheck %s
+
+@pi = common global i16* null, align 1 ; <i16**> [#uses=1]
+
+define void @foo() nounwind {
+entry:
+ %tmp = load i16** @pi ; <i16*> [#uses=1]
+ store i16 1, i16* %tmp
+; CHECK: movwi {{[0-1]}}[INDF{{[0-1]}}]
+; CHECK: movwi {{[0-1]}}[INDF{{[0-1]}}]
+ ret void
+}
OpenPOWER on IntegriCloud