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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 29 01:04:13 PDT 2017


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM - one minor



================
Comment at: lib/Target/X86/X86ISelLowering.cpp:21623
   unsigned ExAVX = (ISD::MULHU == Opcode ? ISD::ZERO_EXTEND : ISD::SIGN_EXTEND);
+  unsigned NumElems = VT.getVectorNumElements();
+
----------------
Revert this move?


https://reviews.llvm.org/D38307





More information about the llvm-commits mailing list