================
@@ -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