[all-commits] [llvm/llvm-project] f53cb8: [OpenMP] Use __builtin_bit_cast instead of UB type...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 9 11:59:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f53cb84df6b80458cb4d5ab7398a590356a3a952
https://github.com/llvm/llvm-project/commit/f53cb84df6b80458cb4d5ab7398a590356a3a952
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M offload/DeviceRTL/include/DeviceUtils.h
M offload/DeviceRTL/include/Synchronization.h
M offload/DeviceRTL/src/Mapping.cpp
M offload/include/Shared/Utils.h
Log Message:
-----------
[OpenMP] Use __builtin_bit_cast instead of UB type punning (#122325)
Summary:
Use a normal bitcast, remove from the shared utils since it's not
available in
GCC 7.4
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