[PATCH] D144125: [VPlan] VPWidenIntOrFpInductionRecipe inherits from VPHeaderPHIRecipe

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 24 10:02:50 PST 2023


fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:1104
+  bool NeedsVectorIV;
+public:
+  VPWidenIntOrFpInductionRecipe(PHINode *IV, VPValue *Start, VPValue *Step,
----------------
Could you make sure that the code movement preserves the original code? I didn't check all lines, but it looks like the original code had a newline before here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144125/new/

https://reviews.llvm.org/D144125



More information about the llvm-commits mailing list