summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/XCore/2009-07-15-store192.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/XCore/2009-07-15-store192.ll')
-rw-r--r--test/CodeGen/XCore/2009-07-15-store192.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/XCore/2009-07-15-store192.ll b/test/CodeGen/XCore/2009-07-15-store192.ll
new file mode 100644
index 0000000..5278af8
--- /dev/null
+++ b/test/CodeGen/XCore/2009-07-15-store192.ll
@@ -0,0 +1,7 @@
+; RUN: llc < %s -march=xcore > %t1.s
+define void @store32(i8* %p) nounwind {
+entry:
+ %0 = bitcast i8* %p to i192*
+ store i192 0, i192* %0, align 4
+ ret void
+}
OpenPOWER on IntegriCloud