[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 01:13:11 PST 2025
================
@@ -12,6 +12,7 @@
//===----------------------------------------------------------------------===//
#include "LoopVectorizationPlanner.h"
+#include "VPRecipeBuilder.h"
----------------
fhahn wrote:
I think this isn't needed anymore in the latest version?
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list