[PATCH] D38350: [X86][SSE] Added more tests for vector multiplications as utility for D37896

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 28 07:33:19 PDT 2017


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

LGTM -  with one minor correction.



================
Comment at: ./test/CodeGen/X86/vector-mul.ll:1071
+
+define <2 x i64> @mul_v2i16_60_120(<2 x i64> %x) nounwind {
+; X86-LABEL: mul_v2i16_60_120:
----------------
v2i64 not v2i16


https://reviews.llvm.org/D38350





More information about the llvm-commits mailing list