[PATCH] D109194: [InstCombine] Canonicalize masked merge; optimize (a & b) | (~a & c)

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 13:50:34 PDT 2021


MatzeB added a comment.
Herald added a subscriber: modimo.

Abandoning in favor of a SelectionDAG solution in D112754 <https://reviews.llvm.org/D112754>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109194



More information about the llvm-commits mailing list