Displaying 2 results from an estimated 2 matches for "46e9723b".
2013 Apr 17
0
[LLVMdev] Request for compilers
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130417/46e9723b/attachment.html>
2013 Apr 17
2
[LLVMdev] Request for compilers
Hi,
For one of our research projects, we are planning to use LLVM. We need the following features:
1. We need to aggressively fuse loops that have inter-loop dependencies.
2. We need to identify intrinsic functions and induction variables.
3. We need to detect few memory access patterns like copy, transpose-copy, stride-copy etc.
4. Lastly, auto-vectorization and