[PATCH] D72962: [MLIR, OpenMP] Translation of OpenMP barrier construct to LLVM IR

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 16:08:43 PST 2020


jdoerfert added inline comments.


================
Comment at: mlir/lib/Target/LLVMIR/ConvertToOpenMPLLVMIR.cpp:62
+private:
+  llvm::OpenMPIRBuilder *OMPBuilder;
+};
----------------
Need to be initialized to nullptr if you want to be allowed to call postLLVMTranslation before postLLVMModuleCreation.


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

https://reviews.llvm.org/D72962





More information about the llvm-commits mailing list