[all-commits] [llvm/llvm-project] c61746: [flang][llvm][OpenMP] Add implicit casts to omp.at...
NimishMishra via All-commits
all-commits at lists.llvm.org
Thu May 1 08:21:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c61746650178c117996e1787617f36ccda7233f7
https://github.com/llvm/llvm-project/commit/c61746650178c117996e1787617f36ccda7233f7
Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
Date: 2025-05-01 (Thu, 01 May 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
A flang/test/Lower/OpenMP/Todo/atomic-capture-implicit-cast.f90
A flang/test/Lower/OpenMP/atomic-implicit-cast.f90
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[flang][llvm][OpenMP] Add implicit casts to omp.atomic (#131603)
Currently, implicit casts in Fortran are handled by the OMPIRBuilder.
This patch shifts that responsibility to FIR codegen.
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