[llvm] LoopVectorize: run verifyFunction once (PR #91470)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 07:40:02 PDT 2024


================
@@ -10359,6 +10357,8 @@ LoopVectorizeResult LoopVectorizePass::runImpl(
     }
   }
 
+  assert(!Changed || !verifyFunction(F, &dbgs()));
----------------
artagnon wrote:

Sorry about this; fixed now.

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


More information about the llvm-commits mailing list