r204513 - in /branches/gomp-4_0-branch/gcc: Cha...
aldyh@gcc.gnu.org
aldyh@gcc.gnu.org
Thu Nov 7 14:06:00 GMT 2013
Author: aldyh
Date: Thu Nov 7 14:06:29 2013
New Revision: 204513
URL: http://gcc.gnu.org/viewcvs?rev=204513&root=gcc&view=rev
Log:
* ipa-prop.h (sra_ipa_get_adjustment_candidate): Protoize.
* omp-low.c (struct modify_stmt_info): New.
(ipa_simd_modify_function_body_ops_1): Remove.
(ipa_simd_modify_stmt_ops): New.
(ipa_simd_modify_function_body_ops): Remove.
(ipa_simd_modify_function_body): Set new callback info.
Remove special casing. Handle all operators with walk_gimple_op.
* tree-sra.c (get_ssa_base_param): Add new argument. Use it.
(disqualify_base_of_expr): Pass new argument to
get_ssa_base_param.
(sra_ipa_modify_expr): Abstract candidate search into...
(sra_ipa_get_adjustment_candidate): ...here.
Added:
branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/gomp/simd-clones-7.c
Modified:
branches/gomp-4_0-branch/gcc/ChangeLog.gomp
branches/gomp-4_0-branch/gcc/ipa-prop.h
branches/gomp-4_0-branch/gcc/omp-low.c
branches/gomp-4_0-branch/gcc/tree-sra.c
More information about the Gcc-cvs
mailing list