[PATCH] D28887: [PM] Make default pipeline test strict

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 19:05:54 PST 2017


mkuper created this revision.
Herald added a subscriber: sanjoy.

Use CHECK-NEXT to verify that a test breaks whenever unexpected passes, analyses, or invalidations show up in default pipelines.
The test case is constructed so that we don't expect to invalidate anything, and needs to be kept that way.


https://reviews.llvm.org/D28887

Files:
  test/Other/new-pass-manager.ll
  test/Other/new-pm-defaults.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28887.84922.patch
Type: text/x-patch
Size: 14362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170119/f73ce8aa/attachment-0001.bin>


More information about the llvm-commits mailing list