llvm-project
7da8ed8d - Fix missing/outdated pass options in PassRegistry.def (#146160)

Commit
185 days ago
Fix missing/outdated pass options in PassRegistry.def (#146160) There are a handful of passes in PassRegistry.def with outdated or missing pass options. These strings describing pass options are used for the printPassNames() function only, which is likely why they have gotten out-of-date without being caught. This MR simply changes the few passes where the option string is out-of-date, fixing the output of -print-passes. This does not affect functionality of the pipeline parser, and is hard to verify in a unit test, so no tests were added.
Author
Parents
Loading