//===----------------------------------------------------------------------===//
-We need an LLVM 'shuffle' instruction, that corresponds to the VECTOR_SHUFFLE
-node.
-
-//===----------------------------------------------------------------------===//
-
We need a way to teach tblgen that some operands of an intrinsic are required to
be constants. The verifier should enforce this constraint.
of instructions (e.g. a vsldoi + vpkuhum). We should pattern match these, but
there are a huge number of these.
+Specific examples:
+
+C = vector_shuffle A, B, <0, 1, 2, 4>
+-> t = vsldoi A, A, 12
+-> C = vsldoi A, B, 4
+
//===----------------------------------------------------------------------===//