[all-commits] [llvm/llvm-project] 91f06d: [OpenMP][NFC] Include global alias test

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Wed Jan 11 22:38:23 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91f06dd7326ccc69c8ef5fb399d171a981fdf9be
      https://github.com/llvm/llvm-project/commit/91f06dd7326ccc69c8ef5fb399d171a981fdf9be
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    A llvm/test/Transforms/OpenMP/global_alias.ll

  Log Message:
  -----------
  [OpenMP][NFC] Include global alias test


  Commit: 5e4369e53d3c33b3ec69c0b7ec180db8851e792a
      https://github.com/llvm/llvm-project/commit/5e4369e53d3c33b3ec69c0b7ec180db8851e792a
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M clang/lib/CodeGen/CGOpenMPRuntime.cpp
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/target_ast_print.cpp
    M clang/test/OpenMP/target_codegen.cpp

  Log Message:
  -----------
  [OpenMP][5.1] Support `thread_limit` on `omp target`

It is unclear to me what happens if we have two thread_limit clauses to
choose from. I will recommend to the standards committee to disallow
that. For now, we pick the teams one.

Fixes https://github.com/llvm/llvm-project/issues/59940

Differential Revision: https://reviews.llvm.org/D141540


  Commit: a8eccca934156943f02c4423e4b7df12fe77dca8
      https://github.com/llvm/llvm-project/commit/a8eccca934156943f02c4423e4b7df12fe77dca8
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/taskwait_ast_print.cpp

  Log Message:
  -----------
  [OpenMP][FIX] Allow multiple `depend` clauses on a `taskwait nowait`

Fixes https://github.com/llvm/llvm-project/issues/59941

Differential Revision: https://reviews.llvm.org/D141531


Compare: https://github.com/llvm/llvm-project/compare/1fb096e0e3f7...a8eccca93415


More information about the All-commits mailing list