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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat May 3 05:15:52 PDT 2025


================
@@ -0,0 +1,157 @@
+//===- VPlanConstantFolder.h - ConstantFolder for VPlan -------------------===//
----------------
fhahn wrote:

Does the current version still need to provide the full implementation in a header or can we inline it directly in VPlanTransform.cpp, close to the use?

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


More information about the llvm-commits mailing list