[PATCH] D153784: [PassBuilder] Add textual representation for function simplification pipeline

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 13:19:58 PDT 2023


nikic added a comment.

Should we also support specifying the LTO phase?



================
Comment at: llvm/lib/Passes/PassBuilder.cpp:1037
+          .Case("Oz", OptimizationLevel::Oz)
+          .Default(std::nullopt);
+  if (!L) {
----------------
This StringSwitch is repeated in a few places.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153784



More information about the llvm-commits mailing list