On 10/8/19 2:52 AM, luoxhu wrote:
Hi,
This is the formal documentation patch for IPA passes. Thanks.
None of the IPA passes are documented in passes.texi. This patch adds
a section IPA passes just before GIMPLE passes and RTL passes in
Chapter 9 "Passes and Files of the Compiler". Also, a short description
for each IPA pass is provided.
gccint.pdf can be produced without errors.
ChangeLog:
PR middle-end/26241
* doc/lto.texi (IPA): Reference to the IPA passes.
* doc/passes.texi (Pass manager): Add node IPA passes and
description for each IPA pass.
Thanks for submitting this documentation patch! The content looks
helpful to me, but I see that it has quite a few grammar bugs (I
understand how hard English is even for native speakers....), plus some
issues like indexing, cross-referencing, use of jargon without defining
it, etc. I think it would be more efficient for me to take over
polishing the text some more than to mark it up for you to fix, but I'd
like to give others a few days to comment on technical content first.
-Sandra