[llvm] [VPlan] Compute cost for most opcodes in VPWidenRecipe (NFCI). (PR #98764)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 18 09:20:05 PDT 2024


================
@@ -1426,6 +1430,10 @@ class VPWidenRecipe : public VPRecipeWithIRFlags {
   /// processing State.VF elements.
   void execute(VPTransformState &State) override;
 
+  /// Return the cost of this VPWidenRecipe.
----------------
ayalz wrote:

"Return" >> "Compute and return"

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


More information about the llvm-commits mailing list