summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-04-15 14:00:06 +0000
committerTim Northover <tnorthover@apple.com>2014-04-15 14:00:06 +0000
commite9cae9b79f6a28d0814591c727cff85d0f1b075c (patch)
tree35f0f4026748af718b17aef20bd877e7e6723c7d /test/CodeGen/AArch64
parente8bc8a7d585d848b2ecf25ec979c24c5a2fac78b (diff)
downloadllvm-e9cae9b79f6a28d0814591c727cff85d0f1b075c.tar.gz
llvm-e9cae9b79f6a28d0814591c727cff85d0f1b075c.tar.bz2
llvm-e9cae9b79f6a28d0814591c727cff85d0f1b075c.tar.xz
AArch64/ARM64: add patterns for various commutations of FNMADD.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64')
-rw-r--r--test/CodeGen/AArch64/fp-dp3.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/fp-dp3.ll b/test/CodeGen/AArch64/fp-dp3.ll
index 2a6790e99c..e6da7c8762 100644
--- a/test/CodeGen/AArch64/fp-dp3.ll
+++ b/test/CodeGen/AArch64/fp-dp3.ll
@@ -1,5 +1,7 @@
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu -fp-contract=fast | FileCheck %s
; RUN: llc -verify-machineinstrs < %s -mtriple=aarch64-none-linux-gnu | FileCheck %s -check-prefix=CHECK-NOFAST
+; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-none-linux-gnu -fp-contract=fast | FileCheck %s
+; RUN: llc -verify-machineinstrs -o - %s -mtriple=arm64-apple-ios7.0 | FileCheck %s -check-prefix=CHECK-NOFAST
declare float @llvm.fma.f32(float, float, float)
declare double @llvm.fma.f64(double, double, double)