Module Llvm_vectorizeSource

Vectorize Transforms.

This interface provides an OCaml API for LLVM vectorize transforms, the classes in the LLVMVectorize library.

Sourceval add_loop_vectorize : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit

See the llvm::createLoopVectorizePass function.

Sourceval add_slp_vectorize : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit

See the llvm::createSLPVectorizerPass function.