aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/insert_subreg.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/insert_subreg.ll')
-rw-r--r--test/CodeGen/R600/insert_subreg.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/R600/insert_subreg.ll b/test/CodeGen/R600/insert_subreg.ll
index e311e19..4a5e886 100644
--- a/test/CodeGen/R600/insert_subreg.ll
+++ b/test/CodeGen/R600/insert_subreg.ll
@@ -1,4 +1,5 @@
-; RUN: llc -march=r600 -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s
+; RUN: llc -march=amdgcn -mcpu=SI -mattr=-promote-alloca -verify-machineinstrs < %s
+; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-promote-alloca -verify-machineinstrs < %s
; Test that INSERT_SUBREG instructions don't have non-register operands after
; instruction selection.