jdoerfert added inline comments.

================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:11247
+    RHSIsSubsetOfLHS = true;
+  } else {
+    for (const OMPContextSelectorData &Data : LHS) {
----------------
Nit: `bool RHSIsSubsetOfLHS = isStrictSubset(RHS, LHS)`
saves you a line later.


================
Comment at: clang/test/OpenMP/declare_variant_device_kind_codegen.cpp:81
+#define SUBSET host, cpu
+#define WRONG cpu, gpu
+#endif // CPU
----------------
What is wrong about cpu, gpu together?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70245



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

Reply via email to