Displaying 2 results from an estimated 2 matches for "ivdep_pointer".
2013 Mar 03
0
[LLVMdev] parallel loop metadata simplification
...text attachment was scrubbed...
Name: ivdep_t_non-private.c
Type: text/x-csrc
Size: 130 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130303/add42a0a/attachment-0001.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ivdep_pointer.c
Type: text/x-csrc
Size: 160 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130303/add42a0a/attachment-0002.c>
2013 Mar 02
4
[LLVMdev] parallel loop metadata simplification
On 03/01/2013 10:05 PM, Redmond, Paul wrote:
[...]
> I have discovered that you can provide a custom inserter to IRBuilder (who knew!). This has basically solved all my problems and allowed me to generate the proper metadata with minimal changes to clang codegen. Currently it adds the metadata to all loads and stores but I don't think this is a problem and can be refined later if necessary.