[all-commits] [llvm/llvm-project] 5873d6: [flang][openacc] Add support for force clause for ...

Susan Tan (ス-ザン タン) via All-commits all-commits at lists.llvm.org
Thu Oct 9 09:50:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5873d6a371655d93df8221c92a51030a4619f84f
      https://github.com/llvm/llvm-project/commit/5873d6a371655d93df8221c92a51030a4619f84f
  Author: Susan Tan (ス-ザン タン) <zujunt at nvidia.com>
  Date:   2025-10-09 (Thu, 09 Oct 2025)

  Changed paths:
    M flang/include/flang/Lower/OpenACC.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenACC.cpp
    A flang/test/Lower/OpenACC/acc-loop-collapse-force-lowering.f90

  Log Message:
  -----------
  [flang][openacc] Add support for force clause for loop collapse  (#162534)

Currently the force clause `collapse (force:num_level)` is NYI. Added
support to sink any prologue and epilogue code to the inner most level
as specified.



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