gtbercea marked an inline comment as done.
gtbercea added inline comments.

================
Comment at: docs/OpenMPSupport.rst:120
+compile your program with the `-fopenmp-optimistic-collapse`.
+
+
----------------
hfinkel wrote:
> Can you please clarify here what happens when the loop induction variables 
> are already 64 bits. If any of them are already 64 bits, then we still use 64 
> bits overall?
> 
This flag is for the user to guarantee that the total size of the collapsed 
loops can be represented using at most 32 bits (regardless of the actual width 
of the individual loop induction variables).


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55928/new/

https://reviews.llvm.org/D55928



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to