VPWidenSelectRecipe already contains a VPUser, but it is not used. This
patch updates the code related to VPWidenSelectRecipe to use VPUser for
its operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
4433 | As noted earlier, would be good to avoid getting both ScalarCond and Cond, only to use one of them. Can be fixed separately. |
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | ||
---|---|---|
4433 | Ah right! I've pushed 0deab8a54fd8d83853740eb751ddba967ad514f7 |
As noted earlier, would be good to avoid getting both ScalarCond and Cond, only to use one of them. Can be fixed separately.