[llvm] [LoopVectorize] Generate wide active lane masks (PR #147535)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 11 08:32:33 PDT 2025
================
@@ -3234,6 +3237,7 @@ class VPCanonicalIVPHIRecipe : public VPHeaderPHIRecipe {
/// TODO: It would be good to use the existing VPWidenPHIRecipe instead and
/// remove VPActiveLaneMaskPHIRecipe.
class VPActiveLaneMaskPHIRecipe : public VPHeaderPHIRecipe {
+
----------------
david-arm wrote:
nit: extra white space
https://github.com/llvm/llvm-project/pull/147535
More information about the llvm-commits
mailing list