[PATCH] D14322: AVX512 : VMOVSHDUP/VMOVSLDUP implementation.
    Simon Pilgrim via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov  5 11:23:30 PST 2015
    
    
  
RKSimon added inline comments.
================
Comment at: lib/Target/X86/InstPrinter/X86InstComments.cpp:193
@@ -155,1 +192,3 @@
+  CASE_SSE_INS_COMMON(Inst, r##src)          \
+
 //===----------------------------------------------------------------------===//
----------------
We already have CASE_VSHUF_COMMON / CASE_VSHUF - is there any way that we can start standardizing these macros so that they can be reused as much as possible please?
Repository:
  rL LLVM
http://reviews.llvm.org/D14322
    
    
More information about the llvm-commits
mailing list