[PATCH] D76508: [VectorUtils] move x86's scaleShuffleMask to generic VectorUtils
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 20 13:34:46 PDT 2020
RKSimon added a comment.
This shouldn't be endian specific - DAGCombiner::visitVECTOR_SHUFFLE already does SHUFFLE(BITCAST,UNDEF)->BITCAST(SHUFFLE) with its own almost-identical version of ScaleShuffleMask.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76508/new/
https://reviews.llvm.org/D76508
More information about the llvm-commits
mailing list