[llvm] [VPlan] Print RecurKind when dumping VPReductionPHI (PR #190114)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 08:48:24 PDT 2026


================
@@ -458,6 +458,90 @@ class InductionDescriptor {
   SmallVector<Instruction *, 2> RedundantCasts;
 };
 
+inline raw_ostream &operator<<(raw_ostream &OS, const RecurKind &Kind) {
----------------
lukel97 wrote:

Yeah agreed, moved back to VPlanRecipes in d515899e391a4bfefb050a852c7cb956ba0eab7c

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


More information about the llvm-commits mailing list