[all-commits] [llvm/llvm-project] c00864: [VPlan] Introduce isHeaderMask helper (NFCI).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jun 19 12:17:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c008647b3a60efdbb5499c3df2b3e403728c29da
https://github.com/llvm/llvm-project/commit/c008647b3a60efdbb5499c3df2b3e403728c29da
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Introduce isHeaderMask helper (NFCI).
Split off from https://github.com/llvm/llvm-project/pull/92555
and slightly generalized to more precisely check for a header mask.
Use it to replace manual checks in collectHeaderMasks.
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