[all-commits] [llvm/llvm-project] 160da7: [Flang] Check if two ArrayConstructor's are Equal ...

Thirumalai Shaktivel via All-commits all-commits at lists.llvm.org
Wed Feb 19 01:51:54 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 160da73b8583b2f94cba81b220710684a9590da3
      https://github.com/llvm/llvm-project/commit/160da73b8583b2f94cba81b220710684a9590da3
  Author: Thirumalai Shaktivel <74826228+Thirumalai-Shaktivel at users.noreply.github.com>
  Date:   2025-02-19 (Wed, 19 Feb 2025)

  Changed paths:
    M flang/lib/Lower/Support/Utils.cpp
    M flang/test/Lower/OpenMP/atomic-update.f90

  Log Message:
  -----------
  [Flang] Check if two ArrayConstructor's are Equal (#121181)

This also includes comparing the two ImpliedDo

Details
- For ArrayConstructor, check if x and y have the same
  elements and type
- For ImpliedDo, check if x and y have the same lower,
  upper, stride and values

Fixes: https://github.com/llvm/llvm-project/issues/104526



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