[PATCH] D13648: AVX512: shuff62x2 DAG lowering

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 05:52:14 PDT 2015


delena added inline comments.

================
Comment at: lib/Target/X86/InstPrinter/X86InstComments.cpp:729
@@ -728,2 +728,3 @@
     break;
-
+  case X86::VSHUFF64X2Zrri:
+  case X86::VSHUFF64X2Zrrik:
----------------
You can use a macro to hide the bunch of "cases" and handle 256-bit form of these instructions.
You also can distinguish between memory and register forms in one boolean variable.


Repository:
  rL LLVM

http://reviews.llvm.org/D13648





More information about the llvm-commits mailing list