[PATCH] D111618: [TwoAddressInstruction] Remove ad hoc machine verification

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 12 08:18:29 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf7ee21aa326f: [TwoAddressInstruction] Remove ad hoc machine verification (authored by foad).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111618

Files:
  llvm/lib/CodeGen/TwoAddressInstructionPass.cpp


Index: llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
===================================================================
--- llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -1742,9 +1742,6 @@
     }
   }
 
-  if (LIS)
-    MF->verify(this, "After two-address instruction pass");
-
   return MadeChange;
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111618.379047.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211012/f5975616/attachment.bin>


More information about the llvm-commits mailing list