[llvm] [VPlan] Enforce that there is only ever one header mask. NFC (PR #152489)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 11 04:22:47 PDT 2025
================
@@ -2069,7 +2069,7 @@ static SmallVector<VPValue *> collectAllHeaderMasks(VPlan &Plan) {
// Walk users of wide canonical IVs and collect to all compares of the form
// (ICMP_ULE, WideCanonicalIV, backedge-taken-count).
- SmallVector<VPValue *> HeaderMasks;
+ SmallVector<VPSingleDefRecipe *> HeaderMasks;
----------------
lukel97 wrote:
Good point, fixed in ff6d7007b7f9c256de2d75a33a1eda7c64c6a6bc
https://github.com/llvm/llvm-project/pull/152489
More information about the llvm-commits
mailing list