[all-commits] [llvm/llvm-project] 5f9a7d: [𝘀𝗽𝗿] changes introduced through rebase
Julian Brown via All-commits
all-commits at lists.llvm.org
Fri May 29 10:24:06 PDT 2026
Branch: refs/heads/users/jtb20/spr/openmp-extend-taskgraph-shared-data-relocation-to-taskloop
Home: https://github.com/llvm/llvm-project
Commit: 5f9a7d7d72fb5dcc6d32b0bbd72504edc5ea30e4
https://github.com/llvm/llvm-project/commit/5f9a7d7d72fb5dcc6d32b0bbd72504edc5ea30e4
Author: Julian Brown <julian.brown at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_tasking.cpp
M openmp/runtime/test/taskgraph/taskgraph_firstprivate_stack_depth.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_mixed_capture.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type_recursive.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer_recursive_frameid.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_recursive.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_works.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_recursive_reduction.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_reduction_minimal_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_1.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_2.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_saved_stack_depth.cpp
M openmp/runtime/test/taskgraph/taskgraph_shared_stack_depth.cpp
M openmp/runtime/test/tasking/omp_taskgraph.cpp
M openmp/runtime/test/tasking/omp_taskgraph_deps.cpp
M openmp/runtime/test/tasking/omp_taskgraph_multiTDGs.cpp
M openmp/runtime/test/tasking/omp_taskgraph_taskloop.cpp
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.5
[skip ci]
Commit: 69dbad24898d73e0c483211dea52bf0fea14c02f
https://github.com/llvm/llvm-project/commit/69dbad24898d73e0c483211dea52bf0fea14c02f
Author: Julian Brown <julian.brown at amd.com>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntime.cpp
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_tasking.cpp
M openmp/runtime/test/taskgraph/taskgraph_firstprivate_stack_depth.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_mixed_capture.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_mixed_capture_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type_recursive.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type_recursive_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_nontrivial_type_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer_recursive_frameid.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer_recursive_frameid_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_pointer_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_recursive.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_recursive_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_works.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_lexical_shared_works_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_recursive_reduction.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_reduction_minimal_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_1.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_1_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_2.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_nonlexical_shared_fails_2_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_saved_stack_depth.cpp
M openmp/runtime/test/taskgraph/taskgraph_replayable_saved_stack_depth_taskloop.cpp
M openmp/runtime/test/taskgraph/taskgraph_shared_stack_depth.cpp
M openmp/runtime/test/tasking/omp_taskgraph.cpp
M openmp/runtime/test/tasking/omp_taskgraph_deps.cpp
M openmp/runtime/test/tasking/omp_taskgraph_multiTDGs.cpp
M openmp/runtime/test/tasking/omp_taskgraph_taskloop.cpp
Log Message:
-----------
run clang-format/rebase
Created using spr 1.3.5
Compare: https://github.com/llvm/llvm-project/compare/24b11c6cf753...69dbad24898d
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