[PATCH] D32698: [GlobalISel][X86] G_MUL legalizer/selector support.

Guy Blank via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 7 06:30:43 PDT 2017


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

LGTM



================
Comment at: lib/Target/X86/X86LegalizerInfo.cpp:196
+
+  const LLT v4s32 = LLT::vector(4, 32);
+  const LLT v8s32 = LLT::vector(8, 32);
----------------
can you move the vlx specific types after the hasvlx check? relevant for the function below as well.


https://reviews.llvm.org/D32698





More information about the llvm-commits mailing list