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 aad5093 commit 809c3cfCopy full SHA for 809c3cf
tests/mir-opt/README.md
@@ -56,6 +56,8 @@ The LLVM FileCheck tool is used to verify the contents of output MIR against `CH
56
present in the test file. This works on the runtime MIR, generated by `--emit=mir`, and not
57
on the output of a individual passes.
58
59
+Use `// skip-filecheck` to prevent FileCheck from running.
60
+
61
To check MIR for function `foo`, start with a `// CHECK-LABEL fn foo(` directive.
62
63
`{{regex}}` syntax allows to match `regex`.
0 commit comments