[PATCH] D101191: [InstCombine] Fully disable select to and/or i1 folding

Jordan Rupprecht via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 26 12:13:27 PDT 2021


rupprecht added a comment.

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.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101191/new/

https://reviews.llvm.org/D101191



More information about the cfe-commits mailing list