[llvm] [LLVM] convergence verifier should visit all instructions (PR #66200)

Sameer Sahasrabuddhe via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 22:38:05 PDT 2023


================
@@ -4805,6 +4803,8 @@ void Verifier::visitInstruction(Instruction &I) {
   BasicBlock *BB = I.getParent();
   Check(BB, "Instruction not embedded in basic block!", &I);
 
+  CV.visit(I);
----------------
ssahasra wrote:

Fixed that.

https://github.com/llvm/llvm-project/pull/66200


More information about the llvm-commits mailing list