summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll
diff options
context:
space:
mode:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-02-16 21:26:25 +0000
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>2018-02-16 21:26:25 +0000
commit331f97e171f36ceaf25cdb6c573510cd7c45d358 (patch)
treeb1f67c47c7c91ae2593d4fc8dea395925d4acff7 /llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll
parent4f2b1189d562e36b5573ccf76bd5f603375b6b5b (diff)
downloadbcm5719-llvm-331f97e171f36ceaf25cdb6c573510cd7c45d358.tar.gz
bcm5719-llvm-331f97e171f36ceaf25cdb6c573510cd7c45d358.zip
AMDGPU: Bring processors and features in sync with the spec
- Remove gfx800 - Make iceland gfx802 - Add xnack to gfx902 Differential Revision: https://reviews.llvm.org/D43355 llvm-svn: 325393
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll b/llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll
index 70ee24f0b22..68bbf248563 100644
--- a/llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll
+++ b/llvm/test/CodeGen/AMDGPU/scalar-branch-missing-and-exec.ll
@@ -1,6 +1,6 @@
; RUN: llc -march=amdgcn -mcpu=gfx600 -verify-machineinstrs < %s | FileCheck %s
; RUN: llc -march=amdgcn -mcpu=gfx700 -verify-machineinstrs < %s | FileCheck %s
-; RUN: llc -march=amdgcn -mcpu=gfx800 -verify-machineinstrs < %s | FileCheck %s
+; RUN: llc -march=amdgcn -mcpu=gfx802 -verify-machineinstrs < %s | FileCheck %s
; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck %s
; This checks for a bug where uniform control flow can result in multiple
OpenPOWER on IntegriCloud