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

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Wed May 28 02:17:10 PDT 2025


  Branch: refs/heads/users/ergawy/fir-dc-local-spec-3
  Home:   https://github.com/llvm/llvm-project
  Commit: 9d50ab6dffa8c58569eb6b45d0b7b1dba703eb17
      https://github.com/llvm/llvm-project/commit/9d50ab6dffa8c58569eb6b45d0b7b1dba703eb17
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-05-28 (Wed, 28 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: 1a5529c28f91e7cc2874032b19eb5654cebb4047
      https://github.com/llvm/llvm-project/commit/1a5529c28f91e7cc2874032b19eb5654cebb4047
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

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

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


  Commit: 81c4e9438a41eb3bb0f4714346b0730c84a9b236
      https://github.com/llvm/llvm-project/commit/81c4e9438a41eb3bb0f4714346b0730c84a9b236
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-05-28 (Wed, 28 May 2025)

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

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


Compare: https://github.com/llvm/llvm-project/compare/704322cbd471...81c4e9438a41

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