hfinkel accepted this revision.
hfinkel added a comment.

Minor typo noted below, but otherwise, LGTM (to avoid any misunderstanding: 
this should be committed after the LLVM change lands).



================
Comment at: lib/CodeGen/CGLoopInfo.cpp:341
+    for (const LoopInfo &AL : Active) {
+      // Here we assume that ever loop that has an access group is parallel.
+      if (MDNode *Group = AL.getAccessGroup())
----------------
ever -> every


Repository:
  rC Clang

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

https://reviews.llvm.org/D52117



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

Reply via email to