ABataev added inline comments.

================
Comment at: llvm/include/llvm/IR/OpenMPConstants.h:57
+#include "llvm/IR/OpenMPKinds.def"
+  LLVM_MARK_AS_BITMASK_ENUM(0x7FFFFFFF)
+};
----------------
Why do you use `0x7FFFFFFF` as the largest value?


================
Comment at: llvm/lib/IR/OpenMPIRBuilder.cpp:49-51
+  default:
+    // Attributes are optional.
+    break;
----------------
Do you need the `default:` here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69785



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

Reply via email to