[PATCH] D14702: AVX512 : VMOVDDUP implementation.

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 03:47:49 PST 2015


delena added inline comments.

================
Comment at: lib/Target/X86/X86ISelLowering.cpp:10844
@@ -10843,1 +10843,3 @@
 
+  if (isSingleInputShuffleMask(Mask))
+    // Use low duplicate instructions for masks that match their pattern.
----------------
I'd like to drop this change. The same about the next one.


Repository:
  rL LLVM

http://reviews.llvm.org/D14702





More information about the llvm-commits mailing list