[all-commits] [llvm/llvm-project] 22f6e9: [Flang][OpenMP] Handle SECTION construct from with...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Mon Jan 15 09:24:41 PST 2024


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

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

  Log Message:
  -----------
  [Flang][OpenMP] Handle SECTION construct from within SECTIONS (#77759)

Introduce `genSectionOp`, invoke it from the SECTIONS construct for
each nested SECTION construct. This makes it unnecessary to embed
OpenMPSectionConstruct inside of OpenMPConstruct anymore.

Recursive lowering [3/5]




More information about the All-commits mailing list