[all-commits] [llvm/llvm-project] 344b5b: [flang][OpenMP] Move lowering of ATOMIC to separat...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat Jun 28 11:38:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 344b5b7f9e5bb5c48ee3e9e380706038eaa89044
https://github.com/llvm/llvm-project/commit/344b5b7f9e5bb5c48ee3e9e380706038eaa89044
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-06-28 (Sat, 28 Jun 2025)
Changed paths:
M flang/include/flang/Lower/AbstractConverter.h
M flang/include/flang/Lower/SymbolMap.h
M flang/lib/Lower/CMakeLists.txt
A flang/lib/Lower/OpenMP/Atomic.cpp
A flang/lib/Lower/OpenMP/Atomic.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Lower/SymbolMap.cpp
Log Message:
-----------
[flang][OpenMP] Move lowering of ATOMIC to separate file, NFC (#146225)
Reinstate commits e5559ca4 and 925dbc79. Fix the issues with compilation
hangs by including DenseMapInfo specialization where the corresponding
instance of DenseMap was defined.
Ref: https://github.com/llvm/llvm-project/pull/144960
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