Re: Remove array_index inliner hint

2019-07-16 Thread Richard Sandiford
Honza for the quick fix! Richard > > Thanks, > -Jiangning > >> -Original Message- >> From: gcc-patches-ow...@gcc.gnu.org >> On Behalf Of Jan Hubicka >> Sent: Sunday, July 14, 2019 8:03 PM >> To: gcc-patches@gcc.gnu.org >> Subject: Remove array_index

RE: Remove array_index inliner hint

2019-07-15 Thread JiangNing OS
reason? I'm not sure if you have an aarch64 machine to try. Can it be fixed? Thanks, -Jiangning > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org > On Behalf Of Jan Hubicka > Sent: Sunday, July 14, 2019 8:03 PM > To: gcc-patches@gcc.gnu.org > Subject: Rem

Remove array_index inliner hint

2019-07-14 Thread Jan Hubicka
Hi, array_index hint marks functions contains an array reference that is indexed by value that will become constant after inlining. This hint is later used by ipa-inline in rather agressive way updating inline-insns-auto to inline-insns-single for such functions. While tuning -finline-functions fo