[llvm] [LoopVectorize] Generate wide active lane masks (PR #147535)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 14 12:49:38 PDT 2025


================
@@ -12,6 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "VPlanTransforms.h"
+#include "LoopVectorizationPlanner.h"
----------------
fhahn wrote:

This is just to get access to `extern cl::opt<bool> EnableWideActiveLaneMask;`? In that case, better move the extern definition here?

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


More information about the llvm-commits mailing list