diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-29 20:58:36 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-29 20:58:36 +0000 |
commit | aac4ca60bc813a35242145a1f92f325303d5df6e (patch) | |
tree | 54239710d884acb23a5547b772e5743386c7ff0b /test/CodeGen/AMDGPU/fmin3.ll | |
parent | 02a336801959d4fc2ea0657d4489596e1ecbfee0 (diff) | |
download | src-test2-6710ae0e3c81dad4c42d5b26311891c603ea1ca1.tar.gz src-test2-6710ae0e3c81dad4c42d5b26311891c603ea1ca1.zip |
Diffstat (limited to 'test/CodeGen/AMDGPU/fmin3.ll')
-rw-r--r-- | test/CodeGen/AMDGPU/fmin3.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/AMDGPU/fmin3.ll b/test/CodeGen/AMDGPU/fmin3.ll index 2d1facfc3a40..3102ffdbdd28 100644 --- a/test/CodeGen/AMDGPU/fmin3.ll +++ b/test/CodeGen/AMDGPU/fmin3.ll @@ -1,6 +1,6 @@ -; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s -; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s -; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s +; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s +; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s +; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s declare float @llvm.minnum.f32(float, float) nounwind readnone |