summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/select-vectors.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/select-vectors.ll')
-rw-r--r--test/CodeGen/R600/select-vectors.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/select-vectors.ll b/test/CodeGen/R600/select-vectors.ll
index d982603335f2..59082c65cc8a 100644
--- a/test/CodeGen/R600/select-vectors.ll
+++ b/test/CodeGen/R600/select-vectors.ll
@@ -1,4 +1,5 @@
; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=SI < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
+; RUN: llc -verify-machineinstrs -march=amdgcn -mcpu=tonga < %s | FileCheck -check-prefix=SI -check-prefix=FUNC %s
; Test expansion of scalar selects on vectors.
; Evergreen not enabled since it seems to be having problems with doubles.