We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a4057 commit d41a1b3Copy full SHA for d41a1b3
flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp
@@ -53,6 +53,7 @@ class MapsForPrivatizedSymbolsPass
53
: public flangomp::impl::MapsForPrivatizedSymbolsPassBase<
54
MapsForPrivatizedSymbolsPass> {
55
56
+ // TODO Use `createMapInfoOp` from `flang/Utils/OpenMP.h`.
57
omp::MapInfoOp createMapInfo(Location loc, Value var,
58
fir::FirOpBuilder &builder) {
59
// Check if a value of type `type` can be passed to the kernel by value.
0 commit comments