[all-commits] [llvm/llvm-project] c5a9e3: [Flang][OpenMP] Push genEval calls to individual o...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jan 15 06:01:54 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c5a9e354379d29ee763e9982faf57398789c8d5b
      https://github.com/llvm/llvm-project/commit/c5a9e354379d29ee763e9982faf57398789c8d5b
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP.cpp

  Log Message:
  -----------
  [Flang][OpenMP] Push genEval calls to individual operations, NFC (#77758)

Introduce `genNestedEvaluations` that will lower all evaluations nested
in the given, accouting for a potential COLLAPSE directive.

Recursive lowering [2/5]




More information about the All-commits mailing list