Skip to content

Commit

Permalink
AMDGPU: Fix MIR test verifier error
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362817 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
arsenm committed Jun 7, 2019
1 parent ca54a62 commit 1ef5698
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/CodeGen/AMDGPU/insert-skips-flat-vmem.mir
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
# RUN: llc -march=amdgcn -mcpu=polaris10 -run-pass si-insert-skips -amdgpu-skip-threshold=1 %s -o - | FileCheck %s
# RUN: llc -march=amdgcn -mcpu=polaris10 -run-pass si-insert-skips -amdgpu-skip-threshold=1 -verify-machineinstrs %s -o - | FileCheck %s

---

name: skip_execz_flat
body: |
; CHECK-LABEL: name: skip_execz_flat
; CHECK: bb.0:
; CHECK: successors: %bb.1(0x80000000)
; CHECK: successors: %bb.1(0x40000000), %bb.2(0x40000000)
; CHECK: SI_MASK_BRANCH %bb.2, implicit $exec
; CHECK: S_CBRANCH_EXECZ %bb.2, implicit $exec
; CHECK: bb.1:
Expand All @@ -17,7 +17,7 @@ body: |
; CHECK: bb.2:
; CHECK: S_ENDPGM 0
bb.0:
successors: %bb.1
successors: %bb.1, %bb.2
SI_MASK_BRANCH %bb.2, implicit $exec
bb.1:
Expand All @@ -35,7 +35,7 @@ name: skip_execz_mubuf
body: |
; CHECK-LABEL: name: skip_execz_mubuf
; CHECK: bb.0:
; CHECK: successors: %bb.1(0x80000000)
; CHECK: successors: %bb.1(0x40000000), %bb.2(0x40000000)
; CHECK: SI_MASK_BRANCH %bb.2, implicit $exec
; CHECK: S_CBRANCH_EXECZ %bb.2, implicit $exec
; CHECK: bb.1:
Expand All @@ -45,7 +45,7 @@ body: |
; CHECK: bb.2:
; CHECK: S_ENDPGM 0
bb.0:
successors: %bb.1
successors: %bb.1, %bb.2
SI_MASK_BRANCH %bb.2, implicit $exec
bb.1:
Expand Down

0 comments on commit 1ef5698

Please sign in to comment.