We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f88477c commit f2ffab2Copy full SHA for f2ffab2
llvm/test/CodeGen/DirectX/metadata-stripping.ll
@@ -24,7 +24,7 @@ _Z4mainDv3_j.exit: ; preds = %for.body.i, %entry
24
; These next check lines check that only the range metadata remains
25
; No more metadata should be necessary, the rest (the current 0 and 1)
26
; should be removed.
27
-; CHECK-NOT: {!"llvm.loop.mustprogress"}
+; CHECK-NOT: !{!"llvm.loop.mustprogress"}
28
; CHECK-DAG: [[RANGEMD]] = !{i32 1, i32 5}
29
; CHECK-DAG: [[LOOPMD]] = distinct !{[[LOOPMD]]}
30
; CHECK-NOT: {!"llvm.loop.mustprogress"}
0 commit comments