[PATCH] D84664: [InstCombine] Fold shift-select if all the operands are constant

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 12:16:15 PDT 2020


nikic added a comment.

It looks like currently we only transform this for the single-use case, but not the multi-use case: https://godbolt.org/z/9oYeEq


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

https://reviews.llvm.org/D84664





More information about the llvm-commits mailing list