]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/81827 (Large compile time with derived-type rrays)
authorRichard Biener <rguenther@suse.de>
Thu, 17 Aug 2017 10:04:04 +0000 (10:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 17 Aug 2017 10:04:04 +0000 (10:04 +0000)
commitafdb85f9dd2a354027eabae91b461df6d08ecb5c
tree6d95d774c88a6821e08a3882d17c756564684b4e
parentcca6b724cdcca931237f0d513490eebfe110927e
re PR fortran/81827 (Large compile time with derived-type rrays)

2017-08-17  Richard Biener  <rguenther@suse.de>

PR tree-optimization/81827
* tree-ssa-structalias.c (struct variable_info): Add is_reg_var
flag.
(new_var_info): Initialize it conservatively.
(get_call_vi): Mark register vars.
(new_scalar_tmp_constraint_exp): Likewise.
(handle_rhs_call): Likewise.
(handle_const_call): Likewise.
(create_function_info_for): Likewise.
(solve_constraints): Sort varinfos to separate register from
non-register vars to pack points-to solution bitmaps during
iteration.

From-SVN: r251143
gcc/ChangeLog
gcc/tree-ssa-structalias.c
This page took 0.059988 seconds and 5 git commands to generate.