//===----------------------------------------------------------------------===//
-VSPLTW and friends are expanded by the FE into insert/extract element ops. Make
-sure that the dag combiner puts them back together in the appropriate
-vector_shuffle node and that this gets pattern matched appropriately.
-
-//===----------------------------------------------------------------------===//
-
Implement passing/returning vectors by value.
//===----------------------------------------------------------------------===//
//===----------------------------------------------------------------------===//
-Instcombine llvm.ppc.altivec.vperm with an immediate into a shuffle operation.
-
-//===----------------------------------------------------------------------===//
-
Implement multiply for vector integer types, to avoid the horrible scalarized
code produced by legalize.