[all-commits] [llvm/llvm-project] 43125b: [OpenMP] Use protected visibility for the kernel e...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Aug 15 10:48:15 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43125b63925be6d5e205f07443fb00bfdb745c10
https://github.com/llvm/llvm-project/commit/43125b63925be6d5e205f07443fb00bfdb745c10
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
Log Message:
-----------
[OpenMP] Use protected visibility for the kernel environment
Summary:
These new globals should use protected visibility. Visibility like this
helps certain checks on AMDGPU architecture and LTO.
Commit: bb830bca049e74c2c349440d44446511e4f958be
https://github.com/llvm/llvm-project/commit/bb830bca049e74c2c349440d44446511e4f958be
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M libc/src/math/gpu/vendor/amdgpu/amdgpu.h
Log Message:
-----------
[libc][NFC] Suppress warnings on floating point conversions
Summary:
We implement round by implicitly converting these floating point values.
Sometimes this emits warnings that we should silence by making these
explicit casts.
Compare: https://github.com/llvm/llvm-project/compare/c94b6530bca8...bb830bca049e
More information about the All-commits
mailing list