[all-commits] [llvm/llvm-project] 305ad9: [Flang][OpenMP] Use typed assignment in Atomic Wri...
kiranchandramohan via All-commits
all-commits at lists.llvm.org
Fri Jul 14 02:22:12 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 305ad9a6b226063fbefe7650cdd5ed0433368b70
https://github.com/llvm/llvm-project/commit/305ad9a6b226063fbefe7650cdd5ed0433368b70
Author: Kiran Chandramohan <kiran.chandramohan at arm.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/atomic-write.f90
Log Message:
-----------
[Flang][OpenMP] Use typed assignment in Atomic Write lowering
Use typed assignment in Atomic Write lowering to better handle
type conversions of allowed types.
Note: We should make similar changes for other constructs in
later patches.
Reviewed By: NimishMishra
Differential Revision: https://reviews.llvm.org/D154163
More information about the All-commits
mailing list