[all-commits] [llvm/llvm-project] ebec5e: [flang][OpenMP] Lowering critical construct

Shraiysh via All-commits all-commits at lists.llvm.org
Tue Mar 22 03:56:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ebec5e5c8f120ab97f4f05a68e4753508349ad3c
      https://github.com/llvm/llvm-project/commit/ebec5e5c8f120ab97f4f05a68e4753508349ad3c
  Author: Shraiysh Vaishay <Shraiysh.Vaishay at amd.com>
  Date:   2022-03-22 (Tue, 22 Mar 2022)

  Changed paths:
    M flang/lib/Lower/OpenMP.cpp
    M flang/lib/Semantics/resolve-directives.cpp
    A flang/test/Lower/OpenMP/critical.f90

  Log Message:
  -----------
  [flang][OpenMP] Lowering critical construct

This patch adds translation from PFT to FIR for critical construct.

This is part of the upstreaming effort from the fir-dev branch in [1].
[1] https://github.com/flang-compiler/f18-llvm-project

Co-authored-by: kiranchandramohan <kiranchandramohan at gmail.com>

Reviewed By: kiranchandramohan

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




More information about the All-commits mailing list