[PATCH] D23089: llc: Add -start-before/-stop-before options

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 13:59:15 PDT 2016


dschuff added inline comments.

================
Comment at: test/CodeGen/Generic/llc-start-stop.ll:5
@@ +4,3 @@
+; RUN: llc < %s -debug-pass=Structure -start-before=loop-reduce -o /dev/null 2>&1 | FileCheck %s -check-prefix=START-BEFORE
+
+; STOP-AFTER: -loop-reduce
----------------
Could add another line like
`; RUN: not llc <  %s -debug-pass=Structure -start-before=nonexistent -o /dev/null 2>&1 | FileCheck %s -check-prefix=NONEXISTENT-PASS`
...
`; NONEXISTENT-PASS: start-before pass is not registered`


Repository:
  rL LLVM

https://reviews.llvm.org/D23089





More information about the llvm-commits mailing list