[llvm] [VPlan] Introduce VPlanConstantFolder (PR #125365)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon May 5 13:02:39 PDT 2025


================
@@ -937,10 +938,84 @@ static void recursivelyDeleteDeadRecipes(VPValue *V) {
   }
 }
 
+class VPConstantFolder {
----------------
fhahn wrote:

Would be good to document briefly.

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


More information about the llvm-commits mailing list