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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 13 05:23:03 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);
----------------
arsenm wrote:

CV should probably be renamed, I had no idea what this was 

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


More information about the llvm-commits mailing list