[all-commits] [llvm/llvm-project] ea3534: [flang][OpenMP] Parse AFFINITY clause, lowering no...

Krzysztof Parzyszek via All-commits all-commits at lists.llvm.org
Thu Oct 24 03:54:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea3534b385a713639953fb5dfd287af87b52bead
      https://github.com/llvm/llvm-project/commit/ea3534b385a713639953fb5dfd287af87b52bead
  Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M flang/include/flang/Parser/dump-parse-tree.h
    M flang/include/flang/Parser/parse-tree.h
    M flang/lib/Lower/OpenMP/Clauses.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Parser/openmp-parsers.cpp
    M flang/lib/Parser/unparse.cpp
    A flang/test/Lower/OpenMP/Todo/affinity-clause.f90
    A flang/test/Parser/OpenMP/affinity-clause.f90
    A flang/test/Semantics/OpenMP/affinity-clause.f90
    M llvm/include/llvm/Frontend/OpenMP/OMP.td

  Log Message:
  -----------
  [flang][OpenMP] Parse AFFINITY clause, lowering not supported yet (#113485)

Implement parsing of the AFFINITY clause on TASK construct, conversion
from the parser class to omp::Clause.
Lowering to HLFIR is unsupported, a TODO message is displayed.



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