[PATCH] D103038: [InstCombine] canonicalize cast before unary shuffle

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 03:21:29 PDT 2021


RKSimon added a comment.

LGTM - maybe add scalable vector test coverage (and a TODO to support them in the future?)

In DAG, we already pass shuffles through binops (both upward and downward), we should probably extend that to unaryops equivalents (although they will have to handle different src/dst types as well)


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

https://reviews.llvm.org/D103038



More information about the llvm-commits mailing list