Displaying 2 results from an estimated 2 matches for "056586".
2013 Nov 04
3
[LLVMdev] [RFC] Scoped no-alias metadata (redux)
Hello everyone,
In December, I had started a thread on scoped no-alias metadata in order to represent C99 'restrict' pointer information at the IR level:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056586.html
At this point, we also have another important use case: preserving the existing 'noalias' attributes on pointers after inlining. My original proposal was technically flawed, and based on the original feedback, and subsequent discussions with Arnold and Andy, a new scheme has emerged:...
2013 Nov 14
0
[LLVMdev] [RFC] Scoped no-alias metadata (redux)
...Thanks again,
Hal
----- Original Message -----
> Hello everyone,
>
> In December, I had started a thread on scoped no-alias metadata in
> order to represent C99 'restrict' pointer information at the IR
> level:
> http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056586.html
>
> At this point, we also have another important use case: preserving
> the existing 'noalias' attributes on pointers after inlining. My
> original proposal was technically flawed, and based on the original
> feedback, and subsequent discussions with Arnold and Andy, a...