[PATCH] D72837: [AggressiveInstCombine] Add support for select instructions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 26 01:41:42 PST 2020


nikic added a comment.

Is it possible to split this into a patch that adds just the select handling, and another that extends the icmp support? It seems like the select part should be testable independently, as long as you don't derive the select condition from the select operands.


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

https://reviews.llvm.org/D72837





More information about the llvm-commits mailing list