[PATCH] D114322: [LV] Move code from widenInstruction to VPWidenRecipe. (NFC)

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 01:12:16 PST 2021


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:480
-
-  /// Widen a single call instruction within the innermost loop.
   void widenCallInstruction(CallInst &I, VPValue *Def, VPUser &ArgOperands,
----------------
Ayal wrote:
> Above comment for widenCallInstruction() should be retained.
Thanks, the committed version retains the accidentally dropped comment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114322



More information about the llvm-commits mailing list