omp-low: introduce omplow_simd_context
authorAlexander Monakov <amonakov@gcc.gnu.org>
Fri, 20 Jan 2017 14:04:06 +0000 (17:04 +0300)
committerAlexander Monakov <amonakov@gcc.gnu.org>
Fri, 20 Jan 2017 14:04:06 +0000 (17:04 +0300)
commit6943af07e9a1ba93d78640998520cbcf10f05fd0
tree3268116614da9bd6cf9974f415c84b5813dd44b8
parent7b96920e20d3f3d47f78e7a729b6527698fe732c
omp-low: introduce omplow_simd_context

* omp-low.c (omplow_simd_context): New struct.  Use it...
(lower_rec_simd_input_clauses): ...here and...
(lower_rec_input_clauses): ...here to hold common data.  Adjust all
references to idx, lane, max_vf, is_simt.

From-SVN: r244713
gcc/ChangeLog
gcc/omp-low.c