summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fusedMAC.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2012-04-13 18:59:28 +0000
committerEvan Cheng <evan.cheng@apple.com>2012-04-13 18:59:28 +0000
commit7ece9539c287dd536f56e81c69291454186ad262 (patch)
tree7ca569c24fcf75bf55011da3b44590bb9ca54ab5 /test/CodeGen/ARM/fusedMAC.ll
parentd6bf201fa20a5cd3aa9f61767081d1d03d8aee3c (diff)
downloadllvm-7ece9539c287dd536f56e81c69291454186ad262.tar.gz
llvm-7ece9539c287dd536f56e81c69291454186ad262.tar.bz2
llvm-7ece9539c287dd536f56e81c69291454186ad262.tar.xz
On Darwin targets, only use vfma etc. if the source use fma() intrinsic explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fusedMAC.ll')
-rw-r--r--test/CodeGen/ARM/fusedMAC.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fusedMAC.ll b/test/CodeGen/ARM/fusedMAC.ll
index a8b3999d2b..802d1b8b39 100644
--- a/test/CodeGen/ARM/fusedMAC.ll
+++ b/test/CodeGen/ARM/fusedMAC.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon,+vfp4 | FileCheck %s
+; RUN: llc < %s -mtriple=armv7-eabi -mattr=+neon,+vfp4 | FileCheck %s
; Check generated fused MAC and MLS.
define double @fusedMACTest1(double %d1, double %d2, double %d3) {