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

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 17 22:07:46 PDT 2020


mkazantsev added a comment.

In general, I'm pretty sure that InstCombine is just a wrong place to do any backend-targeted optimizations (we've seen these in transforms that turn analyzable comparison conditions into weird mixture of shifts and xors that no other pass understands).


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

https://reviews.llvm.org/D82005





More information about the llvm-commits mailing list