[PATCH] D82005: [InstCombine] Replace selects with Phis

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 22 22:33:02 PDT 2020


mkazantsev closed this revision.
mkazantsev added a comment.

  commit 9bff376e5c10ea384a6eee93f7d7668d670a66e7
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   Tue Jun 23 11:46:59 2020 +0700
  
      [InstCombine] Replace selects with Phis
  
      We can sometimes replace a select with a Phi node if all of its values
      are available on respective incoming edges.
  
      Differential Revision: https://reviews.llvm.org/D82005
      Reviewed By: nikic


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

https://reviews.llvm.org/D82005





More information about the llvm-commits mailing list