[all-commits] [llvm/llvm-project] 04cb01: [flang][OpenMP] Lowering for task construct

Shraiysh via All-commits all-commits at lists.llvm.org
Mon May 9 22:12:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04cb01cf102a3ecb52de4cd3f007dceb5698e6a0
      https://github.com/llvm/llvm-project/commit/04cb01cf102a3ecb52de4cd3f007dceb5698e6a0
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    A flang/test/Lower/OpenMP/task.f90

  Log Message:
  -----------
  [flang][OpenMP] Lowering for task construct

This patch adds lowering for task construct from Fortran to
`omp.task` operation in OpenMPDialect Dialect (mlir). Also added tests
for the same.

Reviewed By: kiranchandramohan, peixin

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




More information about the All-commits mailing list