[PATCH] D157368: [VPlan] Consider scalar VF in masked VPReductionRecipe

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 10:08:22 PDT 2023


ABataev added inline comments.


================
Comment at: llvm/test/Transforms/LoopVectorize/AArch64/scalar_interleave_masked_reduce.ll:34-35
+exit:
+  %sum.lcssa = phi double [ %sum.next, %for.body ]
+  ret double %sum.lcssa
+}
----------------
Also, do you need this or phi can be removed and make function just return void?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157368/new/

https://reviews.llvm.org/D157368



More information about the llvm-commits mailing list