[all-commits] [llvm/llvm-project] f58498: [Flang][OpenMP] Correct location information 1/n

kiranchandramohan via All-commits all-commits at lists.llvm.org
Tue Jun 27 13:45:27 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f58498399ba0c32114eea809d4744ef710923346
      https://github.com/llvm/llvm-project/commit/f58498399ba0c32114eea809d4744ef710923346
  Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
  Date:   2023-06-27 (Tue, 27 Jun 2023)

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

  Log Message:
  -----------
  [Flang][OpenMP] Correct location information 1/n

This patch fixes location information of a few OpenMP constructs
and clauses. More fixes will come in follow-up patches.

This patch follows the same fixes for OpenACC (D131659).

Addresses some of the issues in https://github.com/llvm/llvm-project/issues/57215

Reviewed By: clementval

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




More information about the All-commits mailing list