Commit b3d762eb by Uros Bizjak

* ChangeLog: Fix whitespace.

From-SVN: r248122
parent e09ae857
...@@ -1231,8 +1231,7 @@ ...@@ -1231,8 +1231,7 @@
New function. Move its body from the INITIAL_ELIMINATION_OFFSET New function. Move its body from the INITIAL_ELIMINATION_OFFSET
macro definition, add case for FRAME_POINTER_REGNUM when macro definition, add case for FRAME_POINTER_REGNUM when
FRAME_GROWS_DOWNWARD. FRAME_GROWS_DOWNWARD.
* config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
definition.
(INITIAL_ELIMINATION_OFFSET): Replace body with call to (INITIAL_ELIMINATION_OFFSET): Replace body with call to
xtensa_initial_elimination_offset. xtensa_initial_elimination_offset.
...@@ -7494,7 +7493,8 @@ ...@@ -7494,7 +7493,8 @@
vector partitioning to outer loops. Assign 2 partitions to loops vector partitioning to outer loops. Assign 2 partitions to loops
when available. Add TILE handling. when available. Add TILE handling.
(oacc_loop_partition): Adjust oacc_loop_auto_partitions call. (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
(execite_oacc_device_lower): Process GOACC_TILE fns, ignore unknown specs. (execite_oacc_device_lower): Process GOACC_TILE fns,
ignore unknown specs.
* tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE. * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
* tree.c (omp_clause_num_ops): Adjust TILE ops. * tree.c (omp_clause_num_ops): Adjust TILE ops.
* tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New. * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment