Skip to content

Commit b3bf5cb

Browse files
committed
review: fix up testcase
1 parent f3fa7aa commit b3bf5cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/DirectX/metadata-stripping.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ _Z4mainDv3_j.exit: ; preds = %for.body.i, %entry
2525
; No more metadata should be necessary, the rest (the current 0 and 1)
2626
; should be removed.
2727
; CHECK-DAG: [[RANGEMD]] = !{i32 1, i32 5}
28-
; CHECK-DAG: !{!"llvm.loop.mustprogress"}
28+
; CHECK-DAG: [[LOOPMD]] = distinct !{[[LOOPMD]], [[PROGRESS:![0-9]+]]}
29+
; CHECK-DAG: {!"llvm.loop.mustprogress"}
2930
!0 = distinct !{!0, !1}
3031
!1 = !{!"llvm.loop.mustprogress"}
3132
!2 = !{i32 1, i32 5}

0 commit comments

Comments
 (0)