[all-commits] [llvm/llvm-project] 7aed77: [flang][OpenMP] Add implicit casts for omp.atomic....

NimishMishra via All-commits all-commits at lists.llvm.org
Fri May 9 09:25:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7aed77ef954f83cc52dad3eba4f51470e21b1cb0
      https://github.com/llvm/llvm-project/commit/7aed77ef954f83cc52dad3eba4f51470e21b1cb0
  Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
  Date:   2025-05-09 (Fri, 09 May 2025)

  Changed paths:
    M flang/docs/OpenMPSupport.md
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    R flang/test/Lower/OpenMP/Todo/atomic-capture-implicit-cast.f90
    M flang/test/Lower/OpenMP/atomic-implicit-cast.f90

  Log Message:
  -----------
  [flang][OpenMP] Add implicit casts for omp.atomic.capture (#138163)

This patch adds support for emitting implicit casts for atomic capture
if its constituent operations have different yet compatible types.

Fixes: https://github.com/llvm/llvm-project/issues/138123 and
https://github.com/llvm/llvm-project/issues/94177



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