[all-commits] [llvm/llvm-project] ae6e49: [flang] This adds the lowering stubs for Open MP.

Eric Schweitz via All-commits all-commits at lists.llvm.org
Mon Jun 1 09:13:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ae6e499d258c24fde433d02793c327367c402d50
      https://github.com/llvm/llvm-project/commit/ae6e499d258c24fde433d02793c327367c402d50
  Author: Eric Schweitz <eschweitz at nvidia.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    A flang/include/flang/Lower/AbstractConverter.h
    A flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/CMakeLists.txt
    A flang/lib/Lower/OpenMP.cpp

  Log Message:
  -----------
  [flang] This adds the lowering stubs for Open MP.

The lowering bridge will call these lowering hooks to process the Open
MP directives that it iterates over in the PFT.  This is a mock
interface without an implementation in this patch.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D80815




More information about the All-commits mailing list