[PATCH] D95217: [LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the mask
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 03:31:05 PST 2021
uabelho added a comment.
In D95217#2515072 <https://reviews.llvm.org/D95217#2515072>, @aqjune wrote:
> That was my epic typo, sorry. It should have been `select i1 false, i1 poison, i1 false` because the buggy case was encoding the path that visits `cond.false`.
Great, then I'm slightly less puzzled :) Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95217/new/
https://reviews.llvm.org/D95217
More information about the llvm-commits
mailing list