Skip to content
Snippets Groups Projects
Commit b8ac0616 authored by Tejas Belagod's avatar Tejas Belagod
Browse files

OpenMP/PolyInt: Pass poly-int structures by address to OMP libs.

Currently poly-int type structures are passed by value to OpenMP runtime
functions for shared clauses etc.  This patch improves on this by passing
around poly-int structures by address to avoid copy-overhead.

gcc/ChangeLog:

	* omp-low.cc (use_pointer_for_field): Use pointer if the OMP data
	structure's field type is a poly-int.
parent 314d20bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment