[PATCH] D83284: [InstCombine] Improve select -> phi canonicalization: consider more blocks

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 01:48:01 PDT 2020


mkazantsev added a comment.

Ideally we could consider all dominator chain, but this is too expensive. This is attempt to reduce the impact.


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

https://reviews.llvm.org/D83284





More information about the llvm-commits mailing list