================ @@ -2801,6 +2801,67 @@ class OpenMPIRBuilder { using GenMapInfoCallbackTy = function_ref<MapInfosTy &(InsertPointTy CodeGenIP)>; +private: + /// Emit the array initialization or deletion portion for user-defined mapper + /// code generation. First, it evaluates whether an array section is mapped + /// and whether the \a MapType instructs to delete this section. If \a IsInit + /// is true, and \a MapType indicates to not delete this array, array + /// initialization code is generated. If \a IsInit is false, and \a MapType + /// indicates to not this array, array deletion code is generated. ---------------- dhruvachak wrote:
typo: indicates to not this array please rephrase ^^ https://github.com/llvm/llvm-project/pull/110001 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits