summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/srem.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/R600/srem.ll')
-rw-r--r--test/CodeGen/R600/srem.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/R600/srem.ll b/test/CodeGen/R600/srem.ll
index 759c8b4ef722..2aa8c7452542 100644
--- a/test/CodeGen/R600/srem.ll
+++ b/test/CodeGen/R600/srem.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=amdgcn -mcpu=SI < %s
+; RUN: llc -march=amdgcn -mcpu=tonga < %s
; RUN: llc -march=r600 -mcpu=redwood < %s
define void @srem_i32(i32 addrspace(1)* %out, i32 addrspace(1)* %in) {