Llvm_vectorizeVectorize Transforms.
This interface provides an OCaml API for LLVM vectorize transforms, the classes in the LLVMVectorize library.
val add_loop_vectorize : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unitSee the llvm::createLoopVectorizePass function.
val add_slp_vectorize : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unitSee the llvm::createSLPVectorizerPass function.