summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/AMDGPU
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/MIR/AMDGPU
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/MIR/AMDGPU')
-rw-r--r--llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
index d04df7d52fe..01bcd6fd84b 100644
--- a/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
+++ b/llvm/test/CodeGen/MIR/AMDGPU/machine-function-info.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=amdgcn-mesa-mesa3d -stop-after expand-isel-pseudos -o %t.mir %s
+; RUN: llc -mtriple=amdgcn-mesa-mesa3d -mcpu=tahiti -stop-after expand-isel-pseudos -o %t.mir %s
; RUN: llc -run-pass=none -verify-machineinstrs %t.mir -o - | FileCheck %s
; Test that SIMachineFunctionInfo can be round trip serialized through
OpenPOWER on IntegriCloud