summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog.graphite
diff options
context:
space:
mode:
authorSebastian Pop <sebastian.pop@amd.com>2010-03-08 17:49:22 +0000
committerSebastian Pop <spop@gcc.gnu.org>2010-03-08 17:49:22 +0000
commitc7631a71ab1f17a1c35f2ed902d9e01869c917f7 (patch)
treef8402ff094984c4a422f270022a2cfa5a85309cd /gcc/ChangeLog.graphite
parentb0602cc851a012adb398a3dd2724ac4c5c17e789 (diff)
downloadgcc-c7631a71ab1f17a1c35f2ed902d9e01869c917f7.tar.gz
Fold convert SSA_NAMEs in the scalar expander.
2010-03-04 Sebastian Pop <sebastian.pop@amd.com> * sese.c (expand_scalar_variables_ssa_name): Add new argument for type. Call fold_convert on all the returned values. (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name the type of the resulting expression. From-SVN: r157284
Diffstat (limited to 'gcc/ChangeLog.graphite')
-rw-r--r--gcc/ChangeLog.graphite7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite
index e5d5653c353..25e0c517f44 100644
--- a/gcc/ChangeLog.graphite
+++ b/gcc/ChangeLog.graphite
@@ -1,5 +1,12 @@
2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
+ * sese.c (expand_scalar_variables_ssa_name): Add new argument for type.
+ Call fold_convert on all the returned values.
+ (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name
+ the type of the resulting expression.
+
+2010-03-04 Sebastian Pop <sebastian.pop@amd.com>
+
* graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed
ppl_min_for_le_pointset. Use ppl_Pointset_Powerset_C_Polyhedron_minimize.
* graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration.