[all-commits] [llvm/llvm-project] 67d89b: [flang] Add rewrite pattern to convert `fir.do_con...

Kareem Ergawy via All-commits all-commits at lists.llvm.org
Thu Mar 20 06:37:33 PDT 2025


  Branch: refs/heads/users/ergawy/do_concurrent_to_do_loop_conversion
  Home:   https://github.com/llvm/llvm-project
  Commit: 67d89be6366b4724236ae5f07c7a0dc8c7413772
      https://github.com/llvm/llvm-project/commit/67d89be6366b4724236ae5f07c7a0dc8c7413772
  Author: ergawy <kareem.ergawy at amd.com>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

  Changed paths:
    M flang/include/flang/Optimizer/Dialect/FIROps.td
    M flang/lib/Optimizer/Dialect/FIROps.cpp
    M flang/lib/Optimizer/Transforms/SimplifyFIROperations.cpp
    A flang/test/Transforms/do_concurrent-to-do_loop-unodered.fir

  Log Message:
  -----------
  [flang] Add rewrite pattern to convert `fir.do_concurrent` to `fir.do_loop`

Rewrites `fir.do_concurrent` ops to a corresponding nest of `fir.do_loop
... unordered` ops.



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