[PATCH] D109040: [test][NewPM] Remove RUN lines using -analyze

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 11:12:17 PDT 2021


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

If you haven't done so, may be worth checking whether the `-analyze -enable-new-pm=0` may use FileCheck `--check-prefix` or `--check-prefixes` differently from the `-passes` line. If yes, there may be redundant check prefixes which can be cleaned up.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109040/new/

https://reviews.llvm.org/D109040



More information about the llvm-commits mailing list