[PATCH] D101191: [InstCombine] Fully disable select to and/or i1 folding
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 16:46:53 PDT 2021
rupprecht added a comment.
In D101191#2782963 <https://reviews.llvm.org/D101191#2782963>, @rupprecht wrote:
> The issue I'm seeing seems more directly caused by SLP vectorization, as it goes away with `-fno-slp-vectorize`. This patch merely unblocks that bad optimization AFAICT.
Filed as http://llvm.org/PR50500
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101191/new/
https://reviews.llvm.org/D101191
More information about the llvm-commits
mailing list