[all-commits] [llvm/llvm-project] 86b89a: [VPlan] Mark VPlan argument in isHeaderMask as con...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Oct 15 11:47:07 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86b89a6dcc7909409dbc50f469008009f27df257
https://github.com/llvm/llvm-project/commit/86b89a6dcc7909409dbc50f469008009f27df257
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-10-15 (Wed, 15 Oct 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.h
Log Message:
-----------
[VPlan] Mark VPlan argument in isHeaderMask as const (NFC).
isHeaderMask should not modify the VPlan; mark as const to allow easy
re-use in the VPlanVerifier.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list