summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-15 14:00:03 +0000
committerTim Northover <tnorthover@apple.com>2014-04-15 14:00:03 +0000
commite8bc8a7d585d848b2ecf25ec979c24c5a2fac78b (patch)
treecda94b84c5a170d21d697563266b287071be8c59 /test/CodeGen/AArch64
parent380fa65d5dabd9222e66d5c7d380e3ceaaea82ad (diff)
downloadllvm-e8bc8a7d585d848b2ecf25ec979c24c5a2fac78b.tar.gz
llvm-e8bc8a7d585d848b2ecf25ec979c24c5a2fac78b.tar.bz2
llvm-e8bc8a7d585d848b2ecf25ec979c24c5a2fac78b.tar.xz
AArch64/ARM64: add half as a storage type on ARM64.
This brings it into line with the AArch64 behaviour and should open the way for certain OpenCL features. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206286 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/floatdp_1source.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/floatdp_1source.ll b/test/CodeGen/AArch64/floatdp_1source.ll
index 3d7f8f0369..5d11d3f0e2 100644
--- a/test/CodeGen/AArch64/floatdp_1source.ll
+++ b/test/CodeGen/AArch64/floatdp_1source.ll
@@ -1,4 +1,5 @@
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s
+; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 | FileCheck %s
@varhalf = global half 0.0
@varfloat = global float 0.0