[PATCH] D80815: [flang] Introduce stub targets for the lowering of Open MP directives in the flang bridge to MLIR
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 10:21:19 PDT 2020
schweitz created this revision.
schweitz added reviewers: kiranchandramohan, jeanPerier, sscalpone.
schweitz added a project: Flang.
Herald added subscribers: llvm-commits, sstefan1, stephenneuendorffer, rriddle, mgorny.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: jdoerfert.
Herald added a reviewer: DavidTruby.
Herald added a project: LLVM.
These are simple stubs for now.
The lowering bridge walks the front-end parse trees via the PFT and generates an operational specification of the input as MLIR. Several productions in the parse trees relate to Open MP directives. The bridge will need to process those directives, via these calls, and generate the appropriate OpenMP dialect Ops in MLIR.
The bridge to these stubs will be part of a future revision.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D80815
Files:
flang/include/flang/Lower/AbstractConverter.h
flang/include/flang/Lower/OpenMP.h
flang/lib/Lower/CMakeLists.txt
flang/lib/Lower/OpenMP.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80815.267270.patch
Type: text/x-patch
Size: 3410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/5350e790/attachment.bin>
More information about the llvm-commits
mailing list