[llvm-dev] Full 'restrict' support in LLVM.

Jeroen Dobbelaere via llvm-dev llvm-dev at lists.llvm.org
Fri Oct 4 16:07:14 PDT 2019


Hi all,

I am happy to announce that Synopsys wants to contribute its
implementation of 'C99 restrict' to the LLVM project. [1]

This implementation is based on Hal Finkel's local restrict patches
and on the 'RFC: Full 'restrict' support in LLVM' [2]

Any help with extra testing and code review is welcome.

To be generally useful, there are also some small gaps [1] that need to be filled:
IR bitcode support and the new pass manager support.
Any help with those is also welcome !
 
Thanks,

Jeroen Dobbelaere

[1] https://reviews.llvm.org/D68484
[2] https://lists.llvm.org/pipermail/llvm-dev/2019-March/131127.html



More information about the llvm-dev mailing list