[llvm] [LV] Convert scatter w/uniform addr and mask being header mask to scalar store. (PR #172799)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 07:06:18 PDT 2026
================
@@ -1845,12 +1845,107 @@ static void reassociateHeaderMask(VPlan &Plan) {
}
}
+void VPlanTransforms::narrowScatters(VPlan &Plan, VPCostContext &Ctx,
+ VFRange &Range,
+ const bool &FoldTailWithEVL) {
----------------
artagnon wrote:
```suggestion
bool FoldTailWithEVL) {
```
https://github.com/llvm/llvm-project/pull/172799
More information about the llvm-commits
mailing list