[llvm] [VPlan] Move recording of Inst->VPValue to VPRecipeBuilder (NFCI). (PR #84464)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 05:07:35 PDT 2024


================
@@ -172,6 +158,19 @@ class VPRecipeBuilder {
   /// Add the incoming values from the backedge to reduction & first-order
   /// recurrence cross-iteration phis.
   void fixHeaderPhis();
+
+  /// Returns a range mapping the values the range \p Operands to their
----------------
ayalz wrote:

```suggestion
  /// Returns a range mapping the values of the range \p Operands to their
```
(admittedly fixing an existing typo)

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


More information about the llvm-commits mailing list