[LLVMdev] Automatic Vectorization
Devang Patel
devang.patel at gmail.com
Mon Jan 4 10:00:57 PST 2010
On Thu, Dec 17, 2009 at 7:09 AM, Renato Golin <rengolin at systemcall.org> wrote:
>
> I believe that would be a FunctionPass and registered in the
> LoopDependencyAnalysis "runOnLoop()", so it can run when such pass is
> called by the PassManager. Or should it be a completely separate pass
> (VectorizationPass?) so we can control it from a separate command-line
> flag?
>
A separate VectorizationPass that requires dependence analysis is the
way to go.
-
Devang
More information about the llvm-dev
mailing list