wan sheg
2009-Nov-29 08:07 UTC
[LLVMdev] Does LLVM have the pass that do loop dependence analysis ?
Hi, I'm surporiseing that the loop carried dependence analysis is not exsited ; This problem can't be resolved in the future ?
Renato Golin
2009-Nov-29 12:01 UTC
[LLVMdev] Does LLVM have the pass that do loop dependence analysis ?
2009/11/29 wan sheg <wansheg at gmail.com>:> Hi, I'm surporiseing that the loop carried dependence analysis is not exsited ; > This problem can't be resolved in the future ?In lib/Analysis/ you have LoopInfo, LoopPass and LoopDependencyAnalysis classes. There are also AliasAnalysis and MemoryDependenceAnalysis that can provide a good help in defining data dependences inside loops. Though, as far as I know, there isn't anything seriously implemented, if implemented at all. I'm in the verge of working on it, but nothing too deep to start with (I'm no LLVM expert). Maybe there are other people already working on it, I don't know. I'd be glad if you had insights regarding loop vectorization in LLVM, but if you're only waiting for the feature to be implemented, I'd grab a seat... ;) cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
Reasonably Related Threads
- [LLVMdev] Problem with LoopDependenceAnalysis
- [LLVMdev] Automatic Vectorization
- [LLVMdev] Problem with LoopDependenceAnalysis
- [LLVMdev] Fwd: Re: [lldb-dev] Has Fast register allocation been finished in 3.3 version?
- [LLVMdev] 回复:[LLVMdev] Dose I need to build llvm-gcc front-end from source to resolve this error?