[PATCH] D119897: [opt] Pin region viewer passes to legacy PM.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 23 14:26:20 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf26d68ddc39: [opt] Pin region viewer passes to legacy PM. (authored by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D119897?vs=409068&id=410944#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119897

Files:
  llvm/tools/opt/opt.cpp


Index: llvm/tools/opt/opt.cpp
===================================================================
--- llvm/tools/opt/opt.cpp
+++ llvm/tools/opt/opt.cpp
@@ -499,7 +499,9 @@
       "loop-reduce",          "lower-amx-type",
       "pre-amx-config",       "lower-amx-intrinsics",
       "polyhedral-info",      "replace-with-veclib",
-      "jmc-instrument"};
+      "jmc-instrument",       "dot-regions",
+      "dot-regions-only",     "view-regions",
+      "view-regions-only"};
   for (const auto &P : PassNamePrefix)
     if (Pass.startswith(P))
       return true;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119897.410944.patch
Type: text/x-patch
Size: 567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220223/b8c69402/attachment.bin>


More information about the llvm-commits mailing list