summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-15 13:59:57 +0000
committerTim Northover <tnorthover@apple.com>2014-04-15 13:59:57 +0000
commit380fa65d5dabd9222e66d5c7d380e3ceaaea82ad (patch)
treef7579489f9c2cecf819711b104722fe891810cc2 /test/CodeGen/AArch64
parent1291807e034cf8f91bc1f2bdc195b4c8d98eef2d (diff)
downloadllvm-380fa65d5dabd9222e66d5c7d380e3ceaaea82ad.tar.gz
llvm-380fa65d5dabd9222e66d5c7d380e3ceaaea82ad.tar.bz2
llvm-380fa65d5dabd9222e66d5c7d380e3ceaaea82ad.tar.xz
AArch64/ARM64: copy patterns for fixed-point conversions
Code is mostly copied directly across, with a slight extension of the ISelDAGToDAG function so that it can cope with the floating-point constants being behind a litpool. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206285 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/fcvt-fixed.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/fcvt-fixed.ll b/test/CodeGen/AArch64/fcvt-fixed.ll
index b754b73517..5d7c83ebfb 100644
--- a/test/CodeGen/AArch64/fcvt-fixed.ll
+++ b/test/CodeGen/AArch64/fcvt-fixed.ll
@@ -1,4 +1,5 @@
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -O0 | FileCheck %s
+; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-none-linux-gnu | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -mtriple=arm64-apple-ios7.0 -O0
; (The O0 test is to make sure FastISel still constrains its operands properly