Displaying 2 results from an estimated 2 matches for "d19397".
Did you mean:
119397
2019 Apr 30
4
RFC: Extending optimization reporting
...y make different decisions. I'd like to be able to either produce a report that shows just the inlining from the LTO pass or produce a report that shows a composite of all the inlining decisions that we made.
We tried something like this with an inlining report before (https://reviews.llvm.org/D19397), but it had the misfortune of being proposed at about the same time that the current opt-viewer mechanism was being developed and we didn't manage to get aligned with that. I'm hoping that we can correct that now.
-------------- next part --------------
An HTML attachment was scrubbed...
U...
2019 May 08
2
RFC: Extending optimization reporting
...ally extending the DebugLoc field with code version information in the remark.
This still wouldn’t handle unrolling which would require some new metadata but it would be a good start.
What do you think?
Adam
We tried something like this with an inlining report before (https://reviews.llvm.org/D19397), but it had the misfortune of being proposed at about the same time that the current opt-viewer mechanism was being developed and we didn’t manage to get aligned with that. I’m hoping that we can correct that now.
_______________________________________________
LLVM Developers mailing list
llvm-de...