[PATCH] D62024: [InstCombine] fold shuffles of insert_subvectors
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 17 12:20:44 PDT 2019
efriedma added a comment.
> This transform relies on expanding the shuffle of narrowed operands back to
I think that qualifies as its own category; you're basically saying that certain shuffles should be equivalent to certain other shuffles, which is sort of orthogonal to whether any particular shuffle is legal.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62024/new/
https://reviews.llvm.org/D62024
More information about the llvm-commits
mailing list