search for: add42a0a

Displaying 2 results from an estimated 2 matches for "add42a0a".

2013 Mar 03
0
[LLVMdev] parallel loop metadata simplification
...ode. Meaning they are due to an array or pointer access. Cheers, Tobi -------------- next part -------------- A non-text attachment was scrubbed... Name: ivdep_t_private.c Type: text/x-csrc Size: 131 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130303/add42a0a/attachment.c> -------------- next part -------------- A non-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...
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.