[PATCH] D88430: [OpenMP] Replace OpenMP RTL Functions With OMPIRBuilder and OMPKinds.def

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 12:12:09 PDT 2020


sstefan1 added inline comments.


================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.h:38
+  /// An OpenMP-IR-Builder instance.
+  llvm::OpenMPIRBuilder OMPBuilder;
+
----------------
There's already an instance of `OpenMPIRBuilder` in `CGOpenMPRuntime`.

Maybe just make it protected?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88430



More information about the llvm-commits mailing list