[llvm] [LV] Adjust exit recipe detection to run on early vplan (PR #183318)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 2 08:16:51 PDT 2026
================
@@ -7,7 +7,9 @@
//
//===----------------------------------------------------------------------===//
+#include "../lib/Transforms/Vectorize/VPRecipeBuilder.h"
----------------
huntergr-arm wrote:
Yep; we still create a builder to join the exit conditions.
https://github.com/llvm/llvm-project/pull/183318
More information about the llvm-commits
mailing list