[PATCH] D116236: [InstCombine] (b & ~a & ~c) | ~(a | b) --> ~((b & c) | a)
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 23 13:22:52 PST 2021
rampitec added a comment.
A side note: this small change fully or partially simplifies 28 out of original 255 ternary cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116236/new/
https://reviews.llvm.org/D116236
More information about the llvm-commits
mailing list