<div dir="ltr"><div>Thanks for working on this. I expect that stmts are emitted without reordering by clang, though may be there are some corner cases I do not know about.</div><div>I attached a clang patch for experiments - it adds "!"safelen" !LoopId Len N" metadata for loops with "omp simd safelen(Len)" (see test/OpenMP/simd_metadata.c for example). You will also need to change "safelen" to whatever metadata name we'll come up with.</div>
<div><br></div><div>Thanks,</div><div>Alexander</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-20 21:57 GMT+04:00 Robison, Arch <span dir="ltr"><<a href="mailto:arch.robison@intel.com" target="_blank">arch.robison@intel.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">> We must do this directly in the frontend. Relying on another<br>
> pass run early would be bad because it would introduce a hard-to-enforce<br>
> contract affecting correctness.<br>
<br>
</div>Instead of a pass, the marking could be a utility routine that client<br>
front ends can run?  Or maybe it's not a big deal.  I guess I'll find out<br>
when I modify the Julia front-end :-)<br>
<div class=""><br>
> Also, we should probably allow for missing access numbers, so long<br>
> as everything is in order (because the optimizer might eliminate some of them).<br>
> Some memory-access instructions might also have more than one access number<br>
> (after GVN, vectorization, etc.), and we should allow for that.<br>
<br>
</div>I concur that holes and duplicates should be allowed.<br>
<span class="HOEnZb"><font color="#888888"><br>
- Arch Robison<br>
  Intel Corporation<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br></div>