[PATCH] D146069: [StandardInstrumentations] Rename -verify-cfg-preserved -> -verify-preserved-analyses

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 09:30:25 PDT 2023


nikic added a comment.

To me `verify-preserved-analyses` sounds like "if DominatorTree is preserved, calls `DominatorTree::verify()`, etc". That is, call verify on the preserved analyses.

Maybe `verify-change-reporting` or so?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146069



More information about the llvm-commits mailing list