This patch adds VPValue version of the instruction operands to
VPReplicateRecipe and uses them during code-generation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with a nit. Thanks!
| llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
|---|---|---|
| 445 | I'd omit "directly" to avoid implying that Operands necessarily wrap Instr's operands. | |
| llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
|---|---|---|
| 445 | Good point, thanks! I've dropped it in the committed version | |
I'd omit "directly" to avoid implying that Operands necessarily wrap Instr's operands.