[LLVMdev] C99 restrict
Chris Lattner
sabre at nondot.org
Sun Mar 25 00:18:58 PDT 2007
On Sat, 24 Mar 2007, Christopher Lamb wrote:
> Has there been any discussion of supporting the 'restrict' C99 keyword
> and C++ extension to boost alias analysis? My impression is that this
> would require modification of the LLVM IR. I couldn't find any
> discussion hits using the usual suspects for searches...
So far, there hasn't been a discussion. IMO, the most important form is
for formal arguments. That could easily be added thorough the use of an
attribute on the parameter.
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list