diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-04-03 00:00:58 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-04-03 00:00:58 +0000 |
| commit | 2065680b471d0f635d31199531042478748cd10f (patch) | |
| tree | ea5b62fdf7ea94f9282179f29da5e25d6ea83432 /llvm/test/CodeGen/MIR/AMDGPU | |
| parent | ed23352379c83f0d30fbaa1770af4dd8d06a50c6 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

