Create a pass that replaces vector intrinsics with vector‐library calls.
Synopsis
Declared in <llvm/CodeGen/Passes.h>
FunctionPass*
createReplaceWithVeclibLegacyPass();
Description
Replaces intrinsics operating on vector operands with calls to the corresponding function in a vector library (e.g., SVML, libmvec).
Return Value
The newly created FunctionPass.
Created with MrDocs