diff options
Diffstat (limited to 'test/CodeGen/R600/setuo.ll')
-rw-r--r-- | test/CodeGen/R600/setuo.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/setuo.ll b/test/CodeGen/R600/setuo.ll index a391177..76346c4 100644 --- a/test/CodeGen/R600/setuo.ll +++ b/test/CodeGen/R600/setuo.ll @@ -1,4 +1,5 @@ -; RUN: llc -march=r600 -mcpu=verde -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -march=amdgcn -mcpu=verde -verify-machineinstrs < %s | FileCheck %s +; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck %s ; CHECK-LABEL: {{^}}main: ; CHECK: v_cmp_u_f32_e64 [[CMP:s\[[0-9]+:[0-9]+\]]], [[SREG:s[0-9]+]], [[SREG]] |