Displaying 1 result from an estimated 1 matches for "pr38212".
2019 Oct 29
7
Full restrict support - status update
..., I also would like to hear about it, either through
phabricator, the llvm mailing list or in private.
## Known issues:
- For now, there is still no llvm-ir bitcode support for the load/store noalias_sidechannel argument.
- the 'SingleSource/Regression/C/gcc-c-torture/execute/GCC-C-execute-pr38212.test' in the 'test-suite' fails:
-- the test is wrong as it triggers undefined behavior: it reads and writes the same object through 2 different
restrict pointers which have been declared in the same scope.
## Future changes
- Another request that came up during the round table, i...