Skip to content

Commit 3e6bf42

Browse files
authored
[NFC] Hotfix LoopUnroll test (#1672)
The latest changes got interfered with the patch that fixes blocks ordering. Like this the checks actually make more sense. Signed-off-by: Sidorov, Dmitry <[email protected]> Signed-off-by: Sidorov, Dmitry <[email protected]>
1 parent eed0081 commit 3e6bf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/transcoding/LoopUnroll.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ for.end: ; preds = %for.cond
256256
; CHECK-SPIRV: Function
257257
; CHECK-SPIRV: Label
258258
; CHECK-SPIRV: Branch [[#Header:]]
259-
; CHECK-SPIRV: Label [[#Return:]]
260-
; CHECK-SPIRV: LoopMerge [[#Return]] [[#Header]] 257 1
259+
; CHECK-SPIRV: LoopMerge [[#Return:]] [[#Header]] 257 1
261260
; CHECK-SPIRV: BranchConditional [[#]] [[#Return]] [[#Header]]
261+
; CHECK-SPIRV: Label [[#Return]]
262262
; Function Attrs: noinline nounwind optnone
263263
define spir_func void @unroll_full() {
264264
br label %2

0 commit comments

Comments
 (0)