diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-08-07 18:30:35 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2017-08-07 18:30:35 +0000 |
commit | 36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9 (patch) | |
tree | 9d349b253e6ffa90a2ef2a3bdcee636477e18788 /llvm/test/CodeGen/AMDGPU/loop-idiom.ll | |
parent | 507b1e280cf5c18f246a7f4bb241c4391ed534fc (diff) | |
download | bcm5719-llvm-36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9.tar.gz bcm5719-llvm-36b4b0bed7de426f5d5dbf936f152f16f1e9a2e9.zip |
AMDGPU: Remove -mcpu=SI
Leftover from before amdgcn/r600 split.
llvm-svn: 310277
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/loop-idiom.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/loop-idiom.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/loop-idiom.ll b/llvm/test/CodeGen/AMDGPU/loop-idiom.ll index 23ddd6488af..d783eaa0e4a 100644 --- a/llvm/test/CodeGen/AMDGPU/loop-idiom.ll +++ b/llvm/test/CodeGen/AMDGPU/loop-idiom.ll @@ -1,5 +1,5 @@ ; RUN: opt -basicaa -loop-idiom -S < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=R600 --check-prefix=FUNC %s -; RUN: opt -basicaa -loop-idiom -S < %s -march=amdgcn -mcpu=SI -verify-machineinstrs| FileCheck --check-prefix=SI --check-prefix=FUNC %s +; RUN: opt -basicaa -loop-idiom -S < %s -march=amdgcn -mcpu=tahiti -verify-machineinstrs| FileCheck --check-prefix=SI --check-prefix=FUNC %s ; RUN: opt -basicaa -loop-idiom -S < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs| FileCheck --check-prefix=SI --check-prefix=FUNC %s |