mikerice added a comment.
Note you'll want to add a line to flang/lib/Semantics/check-omp-structure.cpp
for the new clause or the flang build will fail.
CHECK_SIMPLE_CLAUSE(Compare, OMPC_compare)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D11556
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2d0bf1439727: [clang] Cleanup unneeded Function nullptr
checks [NFC] (authored by mikerice).
Herald added a project: clang.
Herald added a subscriber
mikerice accepted this revision.
mikerice added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115902/new/
https://reviews.llvm.org/D115902
__
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG410f09af09b9: [OPENMP51]Initial support for the interop
directive. (authored by mikerice).
Herald added a project: clang.
Herald added a subscriber:
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc615927c8e38: [OPENMP51]Initial support for the use clause.
(authored by mikerice).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CHANGES SI
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc2f8e158f57c: [OPENMP51]Support for the 'destroy'
clause with interop variable. (authored by mikerice).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb7899ba0e8b7: [OPENMP51]Initial support for the dispatch
directive. (authored by mikerice).
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
CH
mikerice added a comment.
@jyu2 is currently working on the novariants and nocontext clauses. We are
still working on the overall construct so I'm not sure yet what more we will
have to contribute.
I'll look into updating the support doc.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
mikerice added inline comments.
Comment at: clang/lib/CodeGen/CGOpenMPRuntime.cpp:9670
Info.MapTypesArray, Info.MappersArray, Info,
- {/*ForEndTask=*/false, HasDependClauses});
+ {/*
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfb4c451001d0: [OPENMP51]Initial parsing/sema for adjust_args
clause for 'declare variant' (authored by mikerice).
Herald added projects: clang, Flang
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd8699391a431: [OPENMP51]Initial parsing/sema for append_args
clause for 'declare variant' (authored by mikerice).
Herald added projects: clang, Flang
101 - 111 of 111 matches
Mail list logo