Re: [PATCH 5/5] Adds ipa-initcall-cp pass.

2020-06-02 Thread Richard Biener via Gcc-patches
On Fri, May 29, 2020 at 8:52 PM Erick Ochoa wrote: > > > > This pass is a variant of constant propagation where global > primitive constants with a single write are propagated to multiple > read statements. Just a few small comments while skimming through the code > ChangeLog: > > 2020-05-20 Er

[PATCH 5/5] Adds ipa-initcall-cp pass.

2020-05-29 Thread Erick Ochoa
This pass is a variant of constant propagation where global primitive constants with a single write are propagated to multiple read statements. ChangeLog: 2020-05-20 Erick Ochoa gcc/Makefile.in: Adds new pass gcc/passes.def: Same gcc/tree-pass.h: Same gcc/co