[llvm] [LoopVectorize] Add support for vectorisation of simple early exit loops (PR #88385)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 11 05:51:05 PDT 2024


================
@@ -10260,7 +10562,11 @@ bool LoopVectorizePass::processLoop(Loop *L) {
     Hints.setAlreadyVectorized();
   }
 
-  assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()));
+  //  assert(!verifyFunction(*L->getHeader()->getParent(), &dbgs()));
----------------
david-arm wrote:

My apologies - I just realised this debug code is still present. I'll fix asap!

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


More information about the llvm-commits mailing list