[llvm] [VPlan] Consistently use (Part, 0) for first lane scalar values (PR #80271)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 05:20:25 PST 2024


================
@@ -1779,6 +1788,7 @@ void VPFirstOrderRecurrencePHIRecipe::print(raw_ostream &O, const Twine &Indent,
 #endif
 
 void VPReductionPHIRecipe::execute(VPTransformState &State) {
+  // TODO: Store scalar value for in-loop reductions as {Part, 0}.
----------------
fhahn wrote:

Removed, thanks!

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


More information about the llvm-commits mailing list