[PATCH] D63382: [InstCombine] fold a shifted zext to a select

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 12 07:42:44 PDT 2019


spatel added a subscriber: joanlluch.
spatel added a comment.

@joanlluch - this is a case where we could transform incoming shift to select and benefit small targets as you've noted.


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

https://reviews.llvm.org/D63382





More information about the llvm-commits mailing list