aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/indirect-addressing-si.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/indirect-addressing-si.ll')
-rw-r--r--test/CodeGen/R600/indirect-addressing-si.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/indirect-addressing-si.ll b/test/CodeGen/R600/indirect-addressing-si.ll
index 0ba1614..9cd2d84 100644
--- a/test/CodeGen/R600/indirect-addressing-si.ll
+++ b/test/CodeGen/R600/indirect-addressing-si.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s
; Tests for indirect addressing on SI, which is implemented using dynamic
; indexing of vectors.