aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/AMDGPU/fma.f64.ll
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-29 20:58:36 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-29 20:58:36 +0000
commitaac4ca60bc813a35242145a1f92f325303d5df6e (patch)
tree54239710d884acb23a5547b772e5743386c7ff0b /test/CodeGen/AMDGPU/fma.f64.ll
parent02a336801959d4fc2ea0657d4489596e1ecbfee0 (diff)
downloadsrc-aac4ca60bc813a35242145a1f92f325303d5df6e.tar.gz
src-aac4ca60bc813a35242145a1f92f325303d5df6e.zip
Vendor import of llvm release_40 branch r293443:vendor/llvm/llvm-release_40-r293443
Notes
Notes: svn path=/vendor/llvm/dist/; revision=312956 svn path=/vendor/llvm/llvm-release_40-r293443/; revision=312957; tag=vendor/llvm/llvm-release_40-r293443
Diffstat (limited to 'test/CodeGen/AMDGPU/fma.f64.ll')
-rw-r--r--test/CodeGen/AMDGPU/fma.f64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/AMDGPU/fma.f64.ll b/test/CodeGen/AMDGPU/fma.f64.ll
index 0a55ef778557..cf6d7d824992 100644
--- a/test/CodeGen/AMDGPU/fma.f64.ll
+++ b/test/CodeGen/AMDGPU/fma.f64.ll
@@ -1,5 +1,5 @@
-; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
-; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
declare double @llvm.fma.f64(double, double, double) nounwind readnone
declare <2 x double> @llvm.fma.v2f64(<2 x double>, <2 x double>, <2 x double>) nounwind readnone