[all-commits] [llvm/llvm-project] ae4a81: [NFC][OpenMP] Add tests for mapping pointers and t...
Abhinav Gaba via All-commits
all-commits at lists.llvm.org
Tue Jul 8 03:53:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae4a81e8496ef2857c148e9552450e4ad2731b5a
https://github.com/llvm/llvm-project/commit/ae4a81e8496ef2857c148e9552450e4ad2731b5a
Author: Abhinav Gaba <abhinav.gaba at intel.com>
Date: 2025-07-08 (Tue, 08 Jul 2025)
Changed paths:
M clang/test/OpenMP/target_map_both_pointer_pointee_codegen.cpp
A clang/test/OpenMP/target_map_both_pointer_pointee_codegen_global.cpp
A clang/test/OpenMP/target_map_ptr_and_star_global.cpp
A clang/test/OpenMP/target_map_ptr_and_star_local.cpp
A clang/test/OpenMP/target_map_structptr_and_member_global.cpp
A clang/test/OpenMP/target_map_structptr_and_member_local.cpp
A offload/test/mapping/map_ptr_and_star_global.c
A offload/test/mapping/map_ptr_and_star_local.c
A offload/test/mapping/map_ptr_and_subscript_global.c
A offload/test/mapping/map_ptr_and_subscript_local.c
A offload/test/mapping/map_structptr_and_member_global.c
A offload/test/mapping/map_structptr_and_member_local.c
Log Message:
-----------
[NFC][OpenMP] Add tests for mapping pointers and their dereferences. (#146934)
The output of the compile-and-run tests is incorrect. These will be used
for reference in future commits that resolve the issues.
Also updated the existing clang LIT test,
target_map_both_pointer_pointee_codegen.cpp, with more constructs and
fewer CHECKs (through more update_cc_test_checks filters).
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