[all-commits] [llvm/llvm-project] b6893b: [flang][fir] Basic PFT to MLIR lowering for do con...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Fri May 9 03:38:11 PDT 2025


  Branch: refs/heads/users/ergawy/fir-dc-local-spec-3
  Home:   https://github.com/llvm/llvm-project
  Commit: b6893b6bd8444508867a91b9d28e5cc725fab191
      https://github.com/llvm/llvm-project/commit/b6893b6bd8444508867a91b9d28e5cc725fab191
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M flang/include/flang/Lower/AbstractConverter.h
    M flang/include/flang/Optimizer/Dialect/FIROps.h
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
    M flang/lib/Lower/OpenMP/DataSharingProcessor.h
    A flang/test/Lower/do_concurrent_delayed_locality.f90

  Log Message:
  -----------
  [flang][fir] Basic PFT to MLIR lowering for do concurrent locality specifiers

Extends support for `fir.do_concurrent` locality specifiers to the PFT
to MLIR level. This adds code-gen for generating the newly added
`fir.local` ops and referencing these ops from `fir.do_concurrent.loop`
ops that have locality specifiers attached to them. This reuses the
`DataSharingProcessor` component and generalizes it a bit more to allow
for handling `omp.private` ops and `fir.local` ops as well.


  Commit: 704322cbd4719f76366b897ade3f9587e3ef8e9c
      https://github.com/llvm/llvm-project/commit/704322cbd4719f76366b897ade3f9587e3ef8e9c
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp

  Log Message:
  -----------
  add todo


Compare: https://github.com/llvm/llvm-project/compare/82e94aa9afe6...704322cbd471

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list