[llvm] [LV] Transform to handle exits in the scalar loop (PR #148626)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 12 06:36:55 PST 2025


================
@@ -294,11 +294,18 @@ vputils::getRecipesForUncountableExit(VPlan &Plan,
       if (Load->isMasked())
         return std::nullopt;
 
+      Recipes.push_back(Load);
----------------
MacDue wrote:

very nit: No need to move this `push_back`.

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


More information about the llvm-commits mailing list