search for: 90d0f6e8

Displaying 2 results from an estimated 2 matches for "90d0f6e8".

2012 Dec 03
0
[LLVMdev] [RFC] Scoped no-alias metadata
...o preserve this metadata. > I think by directly attaching the aliasing information to loads and stores, this is made somewhat easier. Dan, thoughts? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121202/90d0f6e8/attachment.html>
2012 Dec 02
4
[LLVMdev] [RFC] Scoped no-alias metadata
Hello, I'd like to propose a new form of memory-aliasing metadata: scoped no-alias metadata. This can be used to model local 'restrict' pointers in C99, but should also be useful for other frontends (I think, for example, that Fortran will want this as well). Currently, we only use the restrict qualifier on function arguments in Clang where we translate the restrict qualifier as a