[PATCH] D136601: [OpenMP] [OMPIRBuilder] Create a new datatype to hold the unique target region info
Mike Rice via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 24 12:26:35 PDT 2022
mikerice added inline comments.
================
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:3031
+ OrderedEntries[E.getOrder()] =
+ std::make_tuple(&E, Loc, EntryInfo.ParentName);
+ ParentFunctions[E.getOrder()] = EntryInfo.ParentName;
----------------
Needed StringRef(EntryInfo.ParentName) for this to compile for me.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136601/new/
https://reviews.llvm.org/D136601
More information about the llvm-commits
mailing list