summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/zero_extend.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2019-04-03 00:00:58 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2019-04-03 00:00:58 +0000
commit2065680b471d0f635d31199531042478748cd10f (patch)
treeea5b62fdf7ea94f9282179f29da5e25d6ea83432 /llvm/test/CodeGen/AMDGPU/zero_extend.ll
parented23352379c83f0d30fbaa1770af4dd8d06a50c6 (diff)
downloadbcm5719-llvm-2065680b471d0f635d31199531042478748cd10f.tar.gz
bcm5719-llvm-2065680b471d0f635d31199531042478748cd10f.zip
AMDGPU: Don't use the default cpu in a few tests
Avoids unnecessary test changes in a future commit. llvm-svn: 357539
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/zero_extend.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/zero_extend.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/zero_extend.ll b/llvm/test/CodeGen/AMDGPU/zero_extend.ll
index 2f365cb503e..a49ff333041 100644
--- a/llvm/test/CodeGen/AMDGPU/zero_extend.ll
+++ b/llvm/test/CodeGen/AMDGPU/zero_extend.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=amdgcn -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,SI %s
+; RUN: llc -march=amdgcn -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,SI %s
; RUN: llc -march=amdgcn -mcpu=tonga -mattr=-flat-for-global -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,VI %s
; RUN: llc -march=r600 -mcpu=redwood < %s | FileCheck -check-prefix=R600 %s
OpenPOWER on IntegriCloud