[PATCH] D135042: [opt] Don't initialize legacy instrumentation passes

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 14:39:33 PDT 2022


nikic added a comment.

It's kind of off-topic to this specific change, but I kind of feel like we're fighting an unnecessary crusade to migrate tests to the `-passes` syntax, which is not really an improvement for simple cases. I wonder if it would be possible to collect any unknown opt arguments that match a pass name and interpret them as `-passes` automatically?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135042



More information about the llvm-commits mailing list