This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r148154 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Wed Jun  3 22:26:55 2009
New Revision: 148154

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148154
Log:
Renames may contain full expressions.

2009-06-03  Sebastian Pop  <sebastian.pop@amd.com>

	* graphite-clast-to-gimple.c (build_iv_mapping): Insert full
	expressions for an IV rename, as returned by clast_to_gcc_expression.
	(copy_renames): Rename new_name to expr.
	* sese.c (debug_rename_elt): Same.
	(get_rename): Same.
	(set_rename): Same.
	(sese_adjust_liveout_phis): Call force_gimple_operand before using
	the information from the rename map.
	(rename_variables_in_stmt): Same.
	(add_loop_exit_phis): Rename new_name to expr.
	(insert_loop_close_phis): Same.
	(add_guard_exit_phis): Same.  Call force_gimple_operand.
	* sese.h (struct rename_map_elt): Rename new_name to expr.
	(new_rename_map_elt): Same.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/sese.c
    branches/graphite/gcc/sese.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]