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

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 09:59:30 PDT 2021


MatzeB added a comment.

And FWIW: My gut feeling is that a canonicalization is worth having an extra freeze around...


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