On Wed, 2 Dec 2015, Jakub Jelinek wrote: > Just wanted to see -fdump-tree-ompexp dump say from the testcase I've > posted. Does your patchset have any dependencies that aren't on the trunk? > If not, I guess I just could apply the patchset and look at the results, but > if there are, it would need applying more.
Hm, the testcase has a reduction, which would cause the loop have a _SIMDUID clause, which would in turn make my patch give up, setting do_simt_transform to false. So I'm using presence of SIMDUID to see whether the loop has any reduction/lastprivate data, which I'm not handling for SIMT yet. (I should really start a branch) Alexander