[all-commits] [llvm/llvm-project] afa1a6: [flang][OpenMP][NFC] Share declare mapper helpers ...

Chi-Chun, Chen via All-commits all-commits at lists.llvm.org
Fri Jun 5 14:47:17 PDT 2026


  Branch: refs/heads/users/cchen/nfc_flang_motion_map_iterator
  Home:   https://github.com/llvm/llvm-project
  Commit: afa1a62e201c6674ba352e0348e13dce6063aa2c
      https://github.com/llvm/llvm-project/commit/afa1a62e201c6674ba352e0348e13dce6063aa2c
  Author: Chi Chun, Chen <chichun.chen at hpe.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
    M flang/lib/Lower/OpenMP/Utils.cpp
    M flang/lib/Lower/OpenMP/Utils.h

  Log Message:
  -----------
  [flang][OpenMP][NFC] Share declare mapper helpers for iterator modifier lowering

Move mapper lookup and implicit default mapper creation into reusable
OpenMP lowering helpers so regular map lowering and iterator-generated
map entries can use the same resolution path.

This prepares Flang iterator modifier lowering for map and motion clauses
without changing the generated IR for existing non-iterator maps.


  Commit: 2c3b35060e4e2096225218545a6b21b9cbbe9dbb
      https://github.com/llvm/llvm-project/commit/2c3b35060e4e2096225218545a6b21b9cbbe9dbb
  Author: Chi Chun, Chen <chichun.chen at hpe.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M flang/lib/Lower/OpenMP/Utils.h

  Log Message:
  -----------
  Add doxygen documentation to resolveMapperId


Compare: https://github.com/llvm/llvm-project/compare/62493561ca9c...2c3b35060e4e

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