[llvm] [LV] Convert uniform-address scatters to scalar store when unmasked or header-masked. (PR #166114)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 2 22:26:53 PST 2025


================
@@ -1372,6 +1372,50 @@ void VPlanTransforms::simplifyRecipes(VPlan &Plan) {
   }
 }
 
+static VPSingleDefRecipe *findHeaderMask(VPlan &Plan);
----------------
Mel-Chen wrote:

?

https://github.com/llvm/llvm-project/pull/166114


More information about the llvm-commits mailing list