jdoerfert added inline comments.

================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.h:1351
+    Exclusive,
+    Unknown,
+  };
----------------
I think it is not `Unknown` but `None` (or similar) as we know that it is not a 
scan reduction.


================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:268
+          })) {
+  }
+}
----------------
What does this conditional do?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78232



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

Reply via email to