[all-commits] [llvm/llvm-project] bdbf89: [flang][openacc] Propagate correct location inform...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Aug 11 11:36:08 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdbf89b906e271c19dd5c5e066ee85ed476cc3a6
      https://github.com/llvm/llvm-project/commit/bdbf89b906e271c19dd5c5e066ee85ed476cc3a6
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    A flang/test/Lower/OpenACC/locations.f90
    M flang/tools/bbc/bbc.cpp

  Log Message:
  -----------
  [flang][openacc] Propagate correct location information from directive

Location information was not correctly propagated when creating OpenACC
operations. This patch propagate the correct location information from
the parse tree nodes to OpenACC MLIR operations.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list