[all-commits] [llvm/llvm-project] 9ce2e5: Revert "[OpenMP] libomp: implement OpenMP 5.1 inou...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Wed Jun 9 07:39:20 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ce2e5e7003d4c88eea8df27e830e5af4336aeed
https://github.com/llvm/llvm-project/commit/9ce2e5e7003d4c88eea8df27e830e5af4336aeed
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M clang/test/OpenMP/depobj_codegen.cpp
M clang/test/OpenMP/target_enter_data_depend_codegen.cpp
M clang/test/OpenMP/target_exit_data_depend_codegen.cpp
M clang/test/OpenMP/target_update_depend_codegen.cpp
M clang/test/OpenMP/task_codegen.c
M clang/test/OpenMP/task_codegen.cpp
M clang/test/OpenMP/task_if_codegen.cpp
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/src/kmp_taskdeps.h
M openmp/runtime/test/tasking/bug_nested_proxy_task.c
M openmp/runtime/test/tasking/bug_proxy_task_dep_waiting.c
M openmp/runtime/test/tasking/hidden_helper_task/common.h
M openmp/runtime/test/tasking/hidden_helper_task/depend.cpp
M openmp/runtime/test/tasking/hidden_helper_task/gtid.cpp
R openmp/runtime/test/tasking/omp51_task_dep_inoutset.c
Log Message:
-----------
Revert "[OpenMP] libomp: implement OpenMP 5.1 inoutset task dependence type"
This reverts commit a1f550e052543f75acac9089b760cbc61729131f.
Revert in order to fix backwards compatibility breakage
caused by type size change for task dependence flag.
More information about the All-commits
mailing list