Skip to content

Commit 800bbea

Browse files
MrSidimspreethi-intel
authored andcommitted
Hotfix LoopUnroll test (intel#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]> Original commit: KhronosGroup/SPIRV-LLVM-Translator@3e6bf42
1 parent b12054a commit 800bbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm-spirv/test/transcoding/LoopUnroll.ll

+2-2
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ for.end: ; preds = %for.cond
248248
; CHECK-SPIRV: Function
249249
; CHECK-SPIRV: Label
250250
; CHECK-SPIRV: Branch [[#Header:]]
251-
; CHECK-SPIRV: Label [[#Return:]]
252-
; CHECK-SPIRV: LoopMerge [[#Return]] [[#Header]] 257 1
251+
; CHECK-SPIRV: LoopMerge [[#Return:]] [[#Header]] 257 1
253252
; CHECK-SPIRV: BranchConditional [[#]] [[#Return]] [[#Header]]
253+
; CHECK-SPIRV: Label [[#Return]]
254254
; Function Attrs: noinline nounwind optnone
255255
define spir_func void @unroll_full() {
256256
br label %2

0 commit comments

Comments
 (0)