[PATCH] D101191: [InstCombine] Fully disable select to and/or i1 folding
Juneyoung Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun May 2 04:29:34 PDT 2021
aqjune added a comment.
I made D101720 <https://reviews.llvm.org/D101720> to cover the remaining cases except `Transforms/InstCombine/and2.ll`.
Supporting `and2.ll` doesn't seem super-straightforward, but maybe some minor tweaks can make it.
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