[PATCH] D110697: [UnreachableMachineBlockElim] Enable machine verification after this pass

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 10:16:25 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG08d41f75d985: [UnreachableMachineBlockElim] Enable machine verification after this pass (authored by foad).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110697

Files:
  llvm/lib/CodeGen/TargetPassConfig.cpp


Index: llvm/lib/CodeGen/TargetPassConfig.cpp
===================================================================
--- llvm/lib/CodeGen/TargetPassConfig.cpp
+++ llvm/lib/CodeGen/TargetPassConfig.cpp
@@ -1441,7 +1441,7 @@
   // When LiveVariables is removed this has to be removed/moved either.
   // Explicit addition of UnreachableMachineBlockElim allows stopping before or
   // after it with -stop-before/-stop-after.
-  addPass(&UnreachableMachineBlockElimID, false);
+  addPass(&UnreachableMachineBlockElimID);
   addPass(&LiveVariablesID, false);
 
   // Edge splitting is smarter with machine loop info.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110697.376569.patch
Type: text/x-patch
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211001/ccf6ebf3/attachment.bin>


More information about the llvm-commits mailing list