[PATCH] D114322: [LV] Move code from widenInstruction to VPWidenRecipe. (NFC)
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 28 13:29:11 PST 2021
Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.
Looks good to me, with a small nit.
================
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,
----------------
Above comment for widenCallInstruction() should be retained.
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