[PATCH] D121940: [SLP] Support internal users of splat loads
Valeriy Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 19 09:34:29 PDT 2022
vdmitrie added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:1169
/// Also, checks if \p V1 and \p V2 are compatible with instructions in \p
/// MainAltOps.
+ int getShallowScore(Value *V1, Value *V2, Instruction *U1, Instruction *U2,
----------------
New arguments are not described.
================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:1371
/// Luís F. W. Góes
- int getScoreAtLevelRec(Value *LHS, Value *RHS, int CurrLevel, int MaxLevel,
+ int getScoreAtLevelRec(Value *LHS, Value *RHS, Instruction *U1,
+ Instruction *U2, int CurrLevel, int MaxLevel,
----------------
ditto: not all arguments described to this function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121940/new/
https://reviews.llvm.org/D121940
More information about the llvm-commits
mailing list