[PATCH] D38307: [X86] Support v64i8 mulhu/mulhs

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 13:39:03 PDT 2017


RKSimon added a comment.

Could we avoid the shuffle issue by performing concat_vectors(trunc(Lo),trunc(Hi)) ?


https://reviews.llvm.org/D38307





More information about the llvm-commits mailing list