[all-commits] [llvm/llvm-project] a95571: [Attributor] Qualify variables to avoid clashes in...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Oct 4 19:45:17 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a9557115b47b1998dbe41a18c4582d1152d9829a
https://github.com/llvm/llvm-project/commit/a9557115b47b1998dbe41a18c4582d1152d9829a
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor] Qualify variables to avoid clashes in the future
Commit: f85c1f3b7c0bda64aef12201e2f5bbad6028582d
https://github.com/llvm/llvm-project/commit/f85c1f3b7c0bda64aef12201e2f5bbad6028582d
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M openmp/libomptarget/DeviceRTL/include/Synchronization.h
M openmp/libomptarget/DeviceRTL/src/Reduction.cpp
M openmp/libomptarget/DeviceRTL/src/Synchronization.cpp
M openmp/libomptarget/DeviceRTL/src/Workshare.cpp
Log Message:
-----------
[OpenMP] Replace __ATOMIC_XYZ with atomic::xyz for style
Also fixes one ordering argument not used.
Differential Revision: https://reviews.llvm.org/D135035
Compare: https://github.com/llvm/llvm-project/compare/abbc3fa17b93...f85c1f3b7c0b
More information about the All-commits
mailing list