Re: Turning off SRA

2021-01-21 Thread Richard Biener via Gcc
On Thu, Jan 21, 2021 at 3:31 PM Alan Lehotsky wrote: > > I’m working on performance tuning a gcc 8.3 port and wanted to turn off SRA > for an experiment. But passing both > > -fno-tree-sra > -fno-ipa-sra > > but it’s still tagging compiled functions with a “_isra” suffix, which would

Turning off SRA

2021-01-21 Thread Alan Lehotsky
I’m working on performance tuning a gcc 8.3 port and wanted to turn off SRA for an experiment. But passing both -fno-tree-sra -fno-ipa-sra but it’s still tagging compiled functions with a “_isra” suffix, which would seem to indicate that it’s still running that optimization. Is the