[llvm] [VPlan] Process simplifyRecipes via a worklist (PR #133977)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 13 12:54:22 PDT 2025


================
@@ -923,7 +923,7 @@ static void recursivelyDeleteDeadRecipes(VPValue *V) {
 }
 
 /// Try to simplify recipe \p R.
----------------
fhahn wrote:

```suggestion
/// Try to simplify recipe \p R and return the simplified VPValue or nullptr if it could not be simplified..
```

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


More information about the llvm-commits mailing list