Re: [gomp5] simd if/nontemporal clauses parsing and cancel if modifier

2018-05-09 Thread Richard Biener
On Fri, May 4, 2018 at 8:37 PM, Jakub Jelinek wrote: > Hi! > > This patch adds parsing of if and nontemporal clauses for simd construct > and also adds parsing of (optional) cancel modifier for if clause on cancel > directive. > > While nontemporal clause is just an optimization (we still want to

[gomp5] simd if/nontemporal clauses parsing and cancel if modifier

2018-05-04 Thread Jakub Jelinek
Hi! This patch adds parsing of if and nontemporal clauses for simd construct and also adds parsing of (optional) cancel modifier for if clause on cancel directive. While nontemporal clause is just an optimization (we still want to use non-temporal stores (or even loads?) for those vars, what is t