Displaying 1 result from an estimated 1 matches for "d65169".
2019 Jul 23
2
[RFC] Optimization Remark for derived function / argument attributes
...;readonly") arg_attr(0,
"nocapture") arg_attr(0, "readonly") [-Rannotations]
double f(double* a) {
foobar.c:
double f(double* a) {
return a[0];
}
A work in progress patch implementing such an optimization remark is
available here: https://reviews.llvm.org/D65169
Cheers,
Billy Moses
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190723/c29e167f/attachment.html>