[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (NFCI) (PR #113903)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 04:12:56 PST 2024


================
@@ -1504,49 +1504,50 @@ void VPWidenCastRecipe::execute(VPTransformState &State) {
     setFlags(CastOp);
 }
 
+// Computes the CastContextHint from a recipes that may access memory.
----------------
fhahn wrote:

```suggestion
/// Computes the CastContextHint for a recipe.
```

It computes the win for any recipe I think

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


More information about the llvm-commits mailing list