diff options
Diffstat (limited to 'test/CodeGen/R600/fpext.ll')
-rw-r--r-- | test/CodeGen/R600/fpext.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fpext.ll b/test/CodeGen/R600/fpext.ll index 320545edf56b4..21c7bfd48df86 100644 --- a/test/CodeGen/R600/fpext.ll +++ b/test/CodeGen/R600/fpext.ll @@ -1,4 +1,5 @@ -; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs | FileCheck %s --check-prefix=CHECK +; RUN: llc -march=amdgcn -mcpu=SI -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s ; CHECK: {{^}}fpext: ; CHECK: v_cvt_f64_f32_e32 |