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

Kerry McLaughlin via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 30 06:35:28 PDT 2025


================
@@ -3250,6 +3258,9 @@ class VPActiveLaneMaskPHIRecipe : public VPHeaderPHIRecipe {
 
   VP_CLASSOF_IMPL(VPDef::VPActiveLaneMaskPHISC)
 
+  unsigned getUnrollPart() { return UnrollPart; }
----------------
kmclaughlin-arm wrote:

`getUnrollPart()` has been removed in the latest commit.

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


More information about the llvm-commits mailing list