[all-commits] [llvm/llvm-project] c98699: [OpenMP][NFC] Remove unused (always fixed) arguments
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Fri Jul 10 22:53:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c98699582a6333bbe76ff7853b4cd6beb45754cf
https://github.com/llvm/llvm-project/commit/c98699582a6333bbe76ff7853b4cd6beb45754cf
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)
Changed paths:
M clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
M clang/test/OpenMP/nvptx_data_sharing.cpp
M clang/test/OpenMP/nvptx_parallel_codegen.cpp
M clang/test/OpenMP/nvptx_target_codegen.cpp
M clang/test/OpenMP/nvptx_target_teams_codegen.cpp
M clang/test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
M llvm/include/llvm/Frontend/OpenMP/OMPKinds.def
M openmp/libomptarget/deviceRTLs/common/src/parallel.cu
M openmp/libomptarget/deviceRTLs/interface.h
Log Message:
-----------
[OpenMP][NFC] Remove unused (always fixed) arguments
There are various runtime calls in the device runtime with unused, or
always fixed, arguments. This is bad for all sorts of reasons. Clean up
two before as we match them in OpenMPOpt now.
Reviewed By: JonChesterfield
Differential Revision: https://reviews.llvm.org/D83268
Commit: b726c55709a0a5e31a26c8e381544348c5dcd402
https://github.com/llvm/llvm-project/commit/b726c55709a0a5e31a26c8e381544348c5dcd402
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP][NFC] Fix some typos
Commit: 54bd3751ceebe6eb67804a1ed8be72943817852f
https://github.com/llvm/llvm-project/commit/54bd3751ceebe6eb67804a1ed8be72943817852f
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2020-07-11 (Sat, 11 Jul 2020)
Changed paths:
M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
Log Message:
-----------
[OpenMP][NFC] Add convenient helper and early exit check
Compare: https://github.com/llvm/llvm-project/compare/256e4d46a675...54bd3751ceeb
More information about the All-commits
mailing list