Optimization reports can help you address vectorization and optimization issues.
When you build a solution or project, the compiler generates optimization diagnostics. You can view the optimization reports in the following windows:
To enable viewing for the optimization reports:
In your project's property pages, select Configuration Properties > Fortran > Diagnostics.
Set a non-default value for any of the following options:
The Interprocedural Optimization (IPO) is turned off by default. To view the IPO diagnostics, set the property Fortran > Optimization > Interprocedural Optimization to Single-file or Multi-file.
Build your project to generate an optimization report.
When the compiler generates optimization diagnostics, the Compiler Optimization Report and the Compiler Inline Report windows open. The optimization report annotations appear in the source editor.