diff options
Diffstat (limited to 'llvm/test/CodeGen/R600/fminnum.f64.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/fminnum.f64.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/fminnum.f64.ll b/llvm/test/CodeGen/R600/fminnum.f64.ll index b8476f98bab..0f929d6a81f 100644 --- a/llvm/test/CodeGen/R600/fminnum.f64.ll +++ b/llvm/test/CodeGen/R600/fminnum.f64.ll @@ -1,4 +1,5 @@ ; RUN: llc -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s +; RUN: llc -march=amdgcn -mcpu=tonga < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s declare double @llvm.minnum.f64(double, double) #0 declare <2 x double> @llvm.minnum.v2f64(<2 x double>, <2 x double>) #0 |