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.
--match-full-lines
1 parent eeb115c commit 13d6d53Copy full SHA for 13d6d53
llvm/test/tools/llc/new-pm/start-stop.ll
@@ -1,4 +1,4 @@
1
-; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux-gnu -enable-new-pm -print-pipeline-passes -start-before=mergeicmps -stop-after=gc-lowering -filetype=null %s | FileCheck --match-full-lines %s
2
3
-; CHECK: function(mergeicmps,expand-memcmp,gc-lowering)
+; CHECK: IR pipeline: function(mergeicmps,expand-memcmp,gc-lowering)
4
0 commit comments