[all-commits] [llvm/llvm-project] d0f9dd: [OpenMP] Utilize the "non-uniform-workgroup" to si...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Nov 1 20:38:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0f9ddde998655e36434b7f55359a79a9e71c94b
https://github.com/llvm/llvm-project/commit/d0f9ddde998655e36434b7f55359a79a9e71c94b
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M openmp/libomptarget/DeviceRTL/src/Mapping.cpp
Log Message:
-----------
[OpenMP] Utilize the "non-uniform-workgroup" to simplify DeviceRTL
OpenMP offloading always uses uniform workgroups, see
https://reviews.llvm.org/D135374. The runtime doesn't need to handle
non-uniform workgroups at all either.
Differential Revision: https://reviews.llvm.org/D135444
Commit: f89deef13ef4f2e9a89011e4882c48c6c6354d30
https://github.com/llvm/llvm-project/commit/f89deef13ef4f2e9a89011e4882c48c6c6354d30
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
Log Message:
-----------
[Attributor][NFC] Hide verbose output behind `attributor-verbose`
Commit: 7fdf3564c04075d3e6be2d9540e5a6f1e084be9f
https://github.com/llvm/llvm-project/commit/7fdf3564c04075d3e6be2d9540e5a6f1e084be9f
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-11-01 (Tue, 01 Nov 2022)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor][NFCI] Move MemIntrinsic handling into the initializer
The handling for MemIntrinsic is not dependent on optimistic
information, no need to put it in update for now. Added a TODO though.
Compare: https://github.com/llvm/llvm-project/compare/dc452a76c27a...7fdf3564c040
More information about the All-commits
mailing list